Skip to content

Commit 0bd312a

Browse files
authored
fixes concurrency group (#2409)
Signed-off-by: Wenqi Li <[email protected]>
1 parent 3f452c4 commit 0bd312a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
concurrency:
1616
# automatically cancel the previously triggered workflows when there's a newer version
17-
group: build-${{ github.event.pull_request.number || github.ref }}
17+
group: blossom-${{ github.event.pull_request.number || github.ref }}
1818
cancel-in-progress: true
1919

2020
jobs:

0 commit comments

Comments
 (0)