Skip to content

Commit

Permalink
Update run-docker-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Sep 1, 2024
1 parent a1ecfd7 commit 5f3444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check that branch exists
id: check-branch
run: |
if git show-ref --quiet refs/heads/${{ matrix.branch }}; then
if git show-ref --quiet refs/remotes/origin/${{ matrix.branch }}; then
echo "run=true" > $GITHUB_OUTPUT
else
echo "run=false" > $GITHUB_OUTPUT
Expand Down

0 comments on commit 5f3444e

Please sign in to comment.