workflows/backport: fix concurrent jobs cancelling each other (#424613)

This commit is contained in:
Wolfgang Walther
2025-07-12 16:36:36 +00:00
committed by GitHub
-4
View File
@@ -9,10 +9,6 @@ on:
pull_request_target:
types: [closed, labeled]
concurrency:
group: backport-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
issues: write