Skip to content

Commit

Permalink
Add concurrency group so doc publish actions don't overwrite each oth…
Browse files Browse the repository at this point in the history
…er (#410)
  • Loading branch information
athackst committed Oct 3, 2022
1 parent df8240d commit be814dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_docs.yml
Expand Up @@ -7,6 +7,10 @@ on:
types: [published]
workflow_dispatch:

# Add a concurrency group so that doc publish doesn't interfere with each other.
concurrency:
group: publish-docs

jobs:
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit be814dc

Please sign in to comment.