Skip to content

Commit c01829a

Browse files
committed
Cancel in progress Pull Request Labeler jobs on PR update
1 parent 05b5899 commit c01829a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ name: Pull Request Labeler
66

77
on: [ pull_request_target ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
labeler:
1115
permissions:

0 commit comments

Comments
 (0)