Skip to content

Commit

Permalink
Merge pull request #7526 from mook-as/ci/go-work-sync/pr-ref
Browse files Browse the repository at this point in the history
CI: go-work-sync: Use head ref if available
  • Loading branch information
jandubois authored Sep 20, 2024
2 parents ae7dd99 + 63edddf commit c2f191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-work-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
update-sum:
Expand Down

0 comments on commit c2f191e

Please sign in to comment.