Skip to content

Fix race during pages deploys - #29

Merged
emilk merged 1 commit into
mainfrom
lucas/pages-concurrency
Aug 3, 2026
Merged

Fix race during pages deploys#29
emilk merged 1 commit into
mainfrom
lucas/pages-concurrency

Conversation

@lucasmerlin

Copy link
Copy Markdown
Member

No description provided.

Two merges within seconds of each other started two Pages runs. Both
force-push to gh-pages, and the run for the older commit finished last,
so the site went live one commit behind.

Add a concurrency group so a newer push cancels the in-flight run.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@emilk
emilk merged commit c334195 into main Aug 3, 2026
36 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants