Skip to content

Commit

Permalink
fixup! fixup! prevent concurrent github workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Aug 28, 2023
1 parent 240673e commit 30eb4b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx2ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
push:
branches: [ master ]

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

jobs:
build:
Expand Down

0 comments on commit 30eb4b4

Please sign in to comment.