build: Concurrency
This commit is contained in:
parent
7c580d7ebe
commit
7b496c4d0f
1 changed files with 5 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -13,6 +13,10 @@ on:
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: build
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
name: Test
|
name: Test
|
||||||
|
|
Loading…
Reference in a new issue