ci: block nightly LuaRocks on quality gate #29
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/blink-cmp-ghostty!29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/block-nightly-on-quality-gate"
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
Splitting stable and nightly deploy triggers fixed the misleading stable LuaRocks status on main pushes, but the nightly publish job still starts immediately and performs the quality wait inside the publish job itself. That gates behaviorally, but it does not render as a blocked deploy job in Forgejo.
Solution
Add a
deploy / Quality Gatejob that waits for the main-push quality statuses, then makedeploy / LuaRocks (nightly)depend on that job withneeds. This keeps the actual nightly publish blocked until the quality gate passes while preserving the corrected stable/nightly trigger split.