Skip to content

Commit 47ea26d

Browse files
committed
👷 misc(CI): add concurrency control to sumi action
1 parent 799f3c0 commit 47ea26d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/git-sumi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- synchronize
99
- ready_for_review
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
14+
1115
permissions:
1216
pull-requests: read
1317

0 commit comments

Comments
 (0)