Skip to content

Commit

Permalink
CI: avoid concurrent doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 26, 2024
1 parent 5a902c3 commit 97509f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

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

0 comments on commit 97509f0

Please sign in to comment.