Skip to content

Commit 1672e6c

Browse files
committed
set concurrency
1 parent 50e8802 commit 1672e6c

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

.github/workflows/badwords.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ name: badwords
1515
branches:
1616
- master
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
20+
cancel-in-progress: true
21+
1822
permissions: {}
1923

2024
jobs:

.github/workflows/codespell.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ name: codespell
1212
branches:
1313
- master
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
17+
cancel-in-progress: true
18+
1519
permissions: {}
1620

1721
jobs:

.github/workflows/make.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ name: make
1515
branches:
1616
- master
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
20+
cancel-in-progress: true
21+
1822
permissions: {}
1923

2024
jobs:

.github/workflows/perlcheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ name: perlcheck
1515
branches:
1616
- master
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
20+
cancel-in-progress: true
21+
1822
permissions: {}
1923

2024
jobs:

.github/workflows/pyspelling.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ name: pyspelling
2626
- '**/pyspelling.yaml'
2727
- '**/wordlist.txt'
2828

29+
concurrency:
30+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
31+
cancel-in-progress: true
32+
2933
permissions: {}
3034

3135
jobs:

.github/workflows/typos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ name: typos
1212
branches:
1313
- master
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
17+
cancel-in-progress: true
18+
1519
permissions: {}
1620

1721
jobs:

0 commit comments

Comments
 (0)