Skip to content

Commit 81f3b87

Browse files
chore: cancel concurrent PR workflows but latest one
1 parent 42da0e6 commit 81f3b87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-pr-title.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- edited
88
- synchronize
99

10+
concurrency:
11+
group: lint-pr-title-pr-${{ github.event.pull_request.number }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
lint-pr-title:
1216
name: Lint PR title

0 commit comments

Comments
 (0)