diff --git a/.github/workflows/multihost-tests.yml b/.github/workflows/multihost-tests.yml index 6322a94dd7..afe7d76286 100644 --- a/.github/workflows/multihost-tests.yml +++ b/.github/workflows/multihost-tests.yml @@ -55,7 +55,7 @@ jobs: testing-farm version TESTING_FARM_API_TOKEN=${{ secrets.TESTING_FARM_API_TOKEN }} testing-farm request \ --path tests \ - --git-ref main \ + --git-ref ${{ github.ref_name }} \ --git-url https://github.com/eclipse-bluechi/bluechi.git \ --compose ${{ inputs.composes }} \ --plan multihost \