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:
|
jobs:
|
||||||
wikigen:
|
wikigen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
concurrency: wiki-generation
|
concurrency:
|
||||||
|
group: wiki-generation
|
||||||
|
cancel-in-progress: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user