fix(ci): gate release jobs on quality checks #159
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/vimdoc-language-server!159
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
Deploy already waits on quality, but the nightly and release workflows still rerun just ci inside their publish jobs. That repeats Format, Lint, and Test instead of waiting for the main-push quality checks that already run for the same commit.
Solution
Replace those Check steps with the same Forgejo status wait gate used by deploy. Nightly and release publishing now wait for:
Verification