ci: split LuaRocks deploy jobs #27

Merged
barrettruth merged 1 commit from ci/static-luarocks-deploy-jobs into main 2026-05-03 23:23:03 +00:00
Owner

Problem

The consolidated deploy job uses a dynamic job name to choose between LuaRocks and LuaRocks (nightly). Forgejo runs the correct step on main, but the rendered status context can still show deploy / LuaRocks for a nightly main-push run.

Solution

Keep a single deploy.yaml, but split the publish job into two statically named jobs guarded by ref-specific job conditions: LuaRocks for v* tags and LuaRocks (nightly) for main pushes. This removes the ref-dependent job-name expression while preserving the stable and nightly publish paths.

Problem The consolidated deploy job uses a dynamic job name to choose between `LuaRocks` and `LuaRocks (nightly)`. Forgejo runs the correct step on main, but the rendered status context can still show `deploy / LuaRocks` for a nightly main-push run. Solution Keep a single `deploy.yaml`, but split the publish job into two statically named jobs guarded by ref-specific job conditions: `LuaRocks` for `v*` tags and `LuaRocks (nightly)` for `main` pushes. This removes the ref-dependent job-name expression while preserving the stable and nightly publish paths.
ci: split LuaRocks deploy jobs
All checks were successful
quality / Format (pull_request) Successful in 5s
quality / Test (pull_request) Successful in 4s
quality / Lint (pull_request) Successful in 4s
649a69c825
barrettruth deleted branch ci/static-luarocks-deploy-jobs 2026-05-03 23:23:03 +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!27
No description provided.