fix(ci): gate deploy on quality jobs #153
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!153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/gate-deploy-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 standalone
deployworkflow could race the separatequalityworkflow on pushes tomain. Moving Deploy intoqualityfixed ordering but created a blockedquality / Deploy (pull_request)check on PRs.Solution
Keep
qualityPR-only with Format, Lint, and Test. Makedeploya main/manual workflow that runs its own Format, Lint, and Test jobs first, then runs Deploy withneeds: [format, lint, test]so production deployment waits for main CI success without creating any Deploy check on PR branches.803f5cc9f6cb9d03eff6