👷 misc(CI): add concurrency control to sumi action

main
welpo 1 month ago
parent 799f3c0681
commit 47ea26db97
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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…
Cancel
Save