Skip to content

Commit

Permalink
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 0f68ca1 commit 240673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx2ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: [ master ]

concurrency: ci-${{ github.ref }}
concurrency: docs-${{ github.ref }}

jobs:
build:
Expand Down

0 comments on commit 240673e

Please sign in to comment.