feat: continuous staging deploys with Tue-Thu freeze for prod promotion#441
Open
Evrard-Nil wants to merge 5 commits intomainfrom
Open
feat: continuous staging deploys with Tue-Thu freeze for prod promotion#441Evrard-Nil wants to merge 5 commits intomainfrom
Evrard-Nil wants to merge 5 commits intomainfrom
Conversation
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Contributor
|
Should it also cut the release? |
…onal dependencies
Build workflow now tags :staging on every main commit, except Tuesday and Wednesday when staging is frozen for prod-candidate testing. Promote workflow simplified to a single Thursday cron: :staging → :prod. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9721f3c to
58ca336
Compare
PierreLeGuen
approved these changes
Feb 20, 2026
Contributor
PierreLeGuen
left a comment
There was a problem hiding this comment.
LGTM. Clean CI/CD workflow — staging freeze on Tue-Wed with Thursday promotion to prod makes sense. All checks pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build.yml): every push tomainnow also tags:staging, enabling continuous deployment to the staging environment:stagingtag is not updated — the staging environment stays stable for prod-candidate testingpromote.yml): simplified to a single Thursday cron job that promotes the frozen:staging→:prodWeekly cadence
Test plan
:stagingon a main push outside the freeze window:stagingtag on Tuesday/Wednesday (UTC):staging→:prodworkflow_dispatchwithprodtarget works🤖 Generated with Claude Code