Skip to content

Commit 0768d16

Browse files
committed
fix concurrency group name
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent 1784856 commit 0768d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
required: true
2424

2525
concurrency:
26-
group: ${{ github.workflow }}-${{ github.ref }}-main
26+
group: ${{ github.workflow }}-${{ github.ref }}-ci-build
2727
cancel-in-progress: true
2828

2929
jobs:

0 commit comments

Comments
 (0)