[Backport release-25.05] workflows/backport: cancel concurrent runs (#415289)

This commit is contained in:
Wolfgang Walther 2025-06-09 12:08:59 +00:00 committed by GitHub
commit 60fc3b9b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,10 @@ on:
pull_request_target:
types: [closed, labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
issues: write