Skip to content

Commit

Permalink
Fix PR ref passed to CI
Browse files Browse the repository at this point in the history
Fixing PR ref used to execute CI tests with up-to-date Hub API tests suite.

Signed-off-by: Marek Aufart <[email protected]>
  • Loading branch information
aufi committed Nov 30, 2023
1 parent f32518a commit 0286017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
uses: konveyor/ci/.github/workflows/global-ci.yml@main
with:
component_name: tackle2-hub
api_hub_tests_ref: ${{ github.ref_name }}
api_hub_tests_ref: refs/pull/${{ github.ref_name }}

0 comments on commit 0286017

Please sign in to comment.