Skip to content

Commit b049435

Browse files
authored
build: Concurrency
1 parent 374b9cc commit b049435

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
@@ -15,6 +15,10 @@ on:
1515
- '.github/workflows/**'
1616
- 'action.yml'
1717

18+
concurrency:
19+
group: build
20+
cancel-in-progress: false
21+
1822
jobs:
1923
shellcheck:
2024
name: Check

0 commit comments

Comments
 (0)