Skip to content

Commit 2376871

Browse files
fix: backport concurrency group to v4.6
1 parent f1e438a commit 2376871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ permissions:
5555
contents: read
5656
packages: read
5757
concurrency:
58-
group: ${{ github.head_ref || github.ref_name }}
58+
group: ${{ github.head_ref || github.run_id }}
5959
cancel-in-progress: true
6060
jobs:
6161
setup-workflow:

0 commit comments

Comments
 (0)