From dc556706c19e9119a149c7ea6243eb6dda701c21 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:25:46 +0100 Subject: [PATCH] Update ci-binary-checker.yml update the to run from the branch --- .github/workflows/ci-binary-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-binary-checker.yml b/.github/workflows/ci-binary-checker.yml index 2080697a64..c7e2f8ec6f 100644 --- a/.github/workflows/ci-binary-checker.yml +++ b/.github/workflows/ci-binary-checker.yml @@ -50,7 +50,7 @@ jobs: run: echo running on branch ${GITHUB_REF##*/} - name: Run tests against binaries - run: ./build_and_run.sh release/v1.1.11 "v1.1.10" + run: ./build_and_run.sh ${{ github.head_ref || github.ref_name }} working-directory: tests/