Skip to content

Commit e95f670

Browse files
workflows/backport: cancel concurrent runs (#414800)
2 parents 9a43f6b + 6276e09 commit e95f670

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/backport.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
pull_request_target:
1010
types: [closed, labeled]
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
14+
cancel-in-progress: true
15+
1216
permissions:
1317
contents: read
1418
issues: write

0 commit comments

Comments
 (0)