Skip to content

Commit cc18cd3

Browse files
committed
Cancel duplicate PR workflow runs
1 parent bbaa12b commit cc18cd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches-ignore:
77
- main
88

9+
concurrency:
10+
group: pr-${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref_name }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
pr-lint:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)