Skip to content

Commit

Permalink
Remove github.event.pull_request.head.label and github.head_ref as th…
Browse files Browse the repository at this point in the history
…ey aren't defined on push events
  • Loading branch information
dagardner-nv committed Apr 8, 2024
1 parent 364b9a6 commit 04eacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: true

permissions:
Expand Down

0 comments on commit 04eacd2

Please sign in to comment.