Skip to content

Commit 33a11be

Browse files
committed
Cancel concurrent in progress actions
1 parent 7921fc4 commit 33a11be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- master
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
generate-language-list:
1519
name: Generate languages list

0 commit comments

Comments
 (0)