Drop cancel-in-progress as it loften eaves the builds in a bad state requiring manual cleanup.
This commit is contained in:
parent
3c7c6505a6
commit
4aa28b4127
2 changed files with 0 additions and 2 deletions
1
.github/workflows/build-dev.yaml
vendored
1
.github/workflows/build-dev.yaml
vendored
|
@ -11,7 +11,6 @@ on:
|
|||
|
||||
concurrency:
|
||||
group: dev
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
1
.github/workflows/build-main.yaml
vendored
1
.github/workflows/build-main.yaml
vendored
|
@ -19,7 +19,6 @@ on:
|
|||
|
||||
concurrency:
|
||||
group: main
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue