workflows/backport: cancel concurrent runs (#414800)

This commit is contained in:
Wolfgang Walther
2025-06-09 12:07:28 +00:00
committed by GitHub
+4
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