Skip to content

Commit 824e150

Browse files
aborrusoclaude
andcommitted
ci: aggiungi concurrency per evitare deploy simultanei
Configurato group "pages" con cancel-in-progress: false. Ora i deploy si mettono in coda invece di andare in errore. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b102d8a commit 824e150

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- '.github/workflows/jekyll.yml'
1010
workflow_dispatch:
1111

12+
concurrency:
13+
group: "pages"
14+
cancel-in-progress: false
15+
1216
permissions:
1317
contents: read
1418
pages: write

0 commit comments

Comments
 (0)