Do not cancel running wiki jobs [skip ci]
This commit is contained in:
parent
b31381ed4d
commit
08daaa38e9
4
.github/workflows/wiki_update.yml
vendored
4
.github/workflows/wiki_update.yml
vendored
|
|
@ -8,7 +8,9 @@ on:
|
|||
jobs:
|
||||
wikigen:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: wiki-generation
|
||||
concurrency:
|
||||
group: wiki-generation
|
||||
cancel-in-progress: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user