Commit dc9f58a
Fix: Use single concurrency group to prevent deployment conflicts
Changed from per-branch concurrency groups to a single global group
for all gh-pages deployments. This prevents main and develop branch
workflows from running simultaneously and conflicting when pushing
to the gh-pages branch.
Changes:
- Concurrency group changed to single 'gh-pages-deployment' group
- This makes all deployments queue up instead of running in parallel
- cancel-in-progress: false ensures workflows complete without cancellation
Fixes deployment race conditions and skipped steps.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b4137e4 commit dc9f58a
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments