From 5f3444ece87693ee2b302f54056a8305e9683a4f Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:55:29 -0700 Subject: [PATCH] Update run-docker-tests.yml --- .github/workflows/run-docker-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-docker-tests.yml b/.github/workflows/run-docker-tests.yml index 4c182aa0..66f798d9 100644 --- a/.github/workflows/run-docker-tests.yml +++ b/.github/workflows/run-docker-tests.yml @@ -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