ci: block nightly LuaRocks on quality gate #29

Merged
barrettruth merged 1 commit from ci/block-nightly-on-quality-gate into main 2026-05-03 23:33:14 +00:00
Owner

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 Gate job that waits for the main-push quality statuses, then make deploy / LuaRocks (nightly) depend on that job with needs. This keeps the actual nightly publish blocked until the quality gate passes while preserving the corrected stable/nightly trigger split.

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 Gate` job that waits for the main-push quality statuses, then make `deploy / LuaRocks (nightly)` depend on that job with `needs`. This keeps the actual nightly publish blocked until the quality gate passes while preserving the corrected stable/nightly trigger split.
ci: block nightly LuaRocks on quality gate
All checks were successful
quality / Test (pull_request) Successful in 4s
quality / Lint (pull_request) Successful in 4s
quality / Format (pull_request) Successful in 5s
6935069b94
barrettruth deleted branch ci/block-nightly-on-quality-gate 2026-05-03 23:33:14 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/blink-cmp-ghostty!29
No description provided.