AST-171789 Remove nightly release workflow, gate release under environment - #274
Merged
cx-lior-poterman merged 1 commit intoAug 31, 2026
Merged
Conversation
nightly.yml triggered release.yml on every push to main, but release.yml now requires the `release` environment's human approval, so pushes would block on manual sign-off. Releases are manual dispatch only now. Adds `environment: release` to release.yml's release job and to delete-dev-releases.yml's delete job (the latter is directly dispatchable and deletes releases/tags, so it needed its own gate since release.yml invokes it via a reusable-workflow `uses:` job, which can't carry an environment). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
cx-rakesh-kadu
approved these changes
Aug 31, 2026
cx-sumit-morchhale
self-requested a review
August 31, 2026 11:00
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.
Removes nightly.yml, which pushed to main and called release.yml on every commit; now that release.yml requires the
releaseenvironment's manual approval, those pushes would have blocked on human sign-off. Releases are dispatch-only going forward.Adds
environment: releaseto release.yml and to delete-dev-releases.yml (it's directly dispatchable and deletes releases/tags, so it needs its own gate).Note: release.yml calls delete-dev-releases.yml via a pinned SHA, so that path stays ungated until the pin is bumped.