From 08daaa38e9da75c1f0e6347c20d02babe09f500f Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:16:07 -0400 Subject: [PATCH] Do not cancel running wiki jobs [skip ci] --- .github/workflows/wiki_update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wiki_update.yml b/.github/workflows/wiki_update.yml index b7145aea..0e010219 100644 --- a/.github/workflows/wiki_update.yml +++ b/.github/workflows/wiki_update.yml @@ -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: