Skip to content

Commit 08daaa3

Browse files
committed
Do not cancel running wiki jobs [skip ci]
1 parent b31381e commit 08daaa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wiki_update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
jobs:
99
wikigen:
1010
runs-on: ubuntu-latest
11-
concurrency: wiki-generation
11+
concurrency:
12+
group: wiki-generation
13+
cancel-in-progress: false
1214
steps:
1315
- uses: actions/checkout@v2
1416
with:

0 commit comments

Comments
 (0)