mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-21 04:43:16 +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"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: deploy-gh-pages
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user