Skip to content

Commit f4e3d6b

Browse files
fix: align concurrency groups (#198)
1 parent 68e0959 commit f4e3d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)