forked from boostorg/core
Change cancel-in-progress to false in ci.yml
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{format('{0}:{1}', github.repository, github.ref)}}
|
group: ${{format('{0}:{1}', github.repository, github.ref)}}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GIT_FETCH_JOBS: 8
|
GIT_FETCH_JOBS: 8
|
||||||
|
Reference in New Issue
Block a user