Skip to content

Commit

Permalink
Configure concurrency for gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Oct 7, 2023
1 parent 59dbfd8 commit 609558e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- publish-docs.sh

workflow_dispatch:

concurrency:
group: docs
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 609558e

Please sign in to comment.