fix(ci): use quality prefix for main deploy gate #155
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!155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/name-main-deploy-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 reusable workflow experiment still reports expanded main checks under the caller workflow, so main shows
deploy / qualityanddeploy / Formatinstead of clean quality checks.Solution
Stop using
workflow_callfor this gate. Keep the pull-request workflow PR-only, and make the main deploy workflow usename: qualitywith explicit Format, Lint, and Test jobs thatDeploydepends on. This keeps the hard main deploy gate while making main CI contextsquality / Format,quality / Lint,quality / Test, andquality / Deploy.