From e9af4abb053553de033417dd591e016c5a8caa7a Mon Sep 17 00:00:00 2001 From: Rd Date: Wed, 9 Oct 2024 20:02:28 +0530 Subject: [PATCH] Adding concurrency to wiki actions as it continues to run on subsequent triggers --- .github/workflows/wiki.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 1875e6154be..57f63fe6fb7 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -12,6 +12,10 @@ on: # (see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#gollum). gollum: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} + cancel-in-progress: true + jobs: table_of_contents_check: # To verify that the wiki's table of contents matches the headers accurately.