Skip to content

Commit

Permalink
fix: align concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Nov 16, 2023
1 parent 68e0959 commit a52a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ permissions:
contents: read
packages: read
concurrency:
group: ${{ github.head_ref || github.ref_name }}
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
setup-workflow:
Expand Down

0 comments on commit a52a16d

Please sign in to comment.