fix(ci): wait for quality before release publish #154
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/gate-publish-on-quality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The release script checks quality statuses before publish/nightly work, but it checks once and fails immediately if main-push quality is still pending.
Solution
Change the quality gate to poll for up to one hour. It still fails immediately on error/failure, still supports SKIP_QUALITY_CHECK=true for the existing workflow input, and proceeds only after all main-push quality contexts are successful:
Verification