Skip to content

Commit 46cc0d1

Browse files
authored
fix: update concurrency group format in CI workflow (#1999)
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 47a8134 commit 46cc0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
merge_group:
88

99
concurrency:
10-
group: "ci-ksail-${{ github.ref }}"
10+
group: "ci-ksail-${{ github.workflow }}-${{ github.ref }}"
1111
cancel-in-progress: true
1212

1313
permissions: {}

0 commit comments

Comments
 (0)