Skip to content

Commit

Permalink
Adding concurrency to wiki actions as it continues to run on subseque…
Browse files Browse the repository at this point in the history
…nt triggers
  • Loading branch information
Rd4dev committed Oct 9, 2024
1 parent 2f15577 commit e9af4ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9af4ab

Please sign in to comment.