We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaaa73 commit eb4ce92Copy full SHA for eb4ce92
.github/workflows/ci.yml
@@ -430,7 +430,7 @@ jobs:
430
needs: build-unsigned-snapshot
431
permissions:
432
contents: write
433
- if: ${{ startsWith(github.ref_name, 'pgo-') && !github.event.pull_request.head.repo.fork }}
+ if: ${{ startsWith(github.head_ref, 'pgo-') && !github.event.pull_request.head.repo.fork }}
434
steps:
435
- name: Checkout
436
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments