diff --git a/.github/workflows/run-docker-tests.yml b/.github/workflows/run-docker-tests.yml index 3fa54f11..d7074c73 100644 --- a/.github/workflows/run-docker-tests.yml +++ b/.github/workflows/run-docker-tests.yml @@ -27,7 +27,9 @@ jobs: shell: bash -l {0} steps: - - name: Check that branch exists + - uses: actions/checkout@v4 + + - name: Check that branch exists id: check-branch run: | if git show-ref --quiet refs/heads/${{ matrix.branch }}; then