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

This commit is contained in:
welpo 2025-01-12 18:42:06 +01:00
parent 799f3c0681
commit 47ea26db97
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -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