Skip to content

Commit

Permalink
Use PR label as branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 9, 2024
1 parent f91eb4c commit feb6cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
--file report.junit.xml \
--report-type test_results \
--sha ${{ github.sha }} \
--branch ${{ github.ref_name }} \
--branch ${{ github.event.pull_request.head.label || github.ref_name }} \
--slug ${{ github.repository }} \
--git-service github \
--fail-on-error
Expand All @@ -255,7 +255,7 @@ jobs:
--file coverage.xml \
--report-type coverage \
--sha ${{ github.sha }} \
--branch ${{ github.ref_name }} \
--branch ${{ github.event.pull_request.head.label || github.ref_name }} \
--slug ${{ github.repository }} \
--git-service github \
--fail-on-error
Expand Down

0 comments on commit feb6cce

Please sign in to comment.