mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-21 13:03:15 +00:00
Fix concurrent deploy race condition with concurrency group
This commit is contained in:
@@ -8,6 +8,10 @@ on:
|
|||||||
- ".github/workflows/publish-hugo.yml"
|
- ".github/workflows/publish-hugo.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: deploy-gh-pages
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user