Skip to content

Commit b167cf4

Browse files
committed
Add concurrency configuration for docs workflow
1 parent e4a98e8 commit b167cf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ jobs:
2323
uses: mhausenblas/mkdocs-deploy-gh-pages@master
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
REQUIREMENTS: ./requirements-docs.txt
26+
REQUIREMENTS: ./requirements-docs.txt
27+
28+
concurrency:
29+
group: docs
30+
cancel-in-progress: true

0 commit comments

Comments
 (0)