mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: set cancel-in-progress to false in bootstrapping_ci.yml to avoid false positives
This commit is contained in:
parent
3861a4badf
commit
fd66067bc0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bootstrapping_ci.yml
vendored
2
.github/workflows/bootstrapping_ci.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bootstrap-v:
|
bootstrap-v:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue