mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
👷 misc(CI): add concurrency control to sumi action
This commit is contained in:
parent
799f3c0681
commit
47ea26db97
1 changed files with 4 additions and 0 deletions
4
.github/workflows/git-sumi.yml
vendored
4
.github/workflows/git-sumi.yml
vendored
|
@ -8,6 +8,10 @@ on:
|
|||
- synchronize
|
||||
- ready_for_review
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue