mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +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
|
- synchronize
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue