ci: name nightly LuaRocks deploy #396

Merged
barrettruth merged 1 commit from ci/name-nightly-luarocks into main 2026-05-03 22:56:31 +00:00
Owner

Problem

The consolidated deploy workflow now correctly distinguishes stable and nightly runs, but the desired rendered naming is deploy / LuaRocks for tag releases and deploy / LuaRocks (nightly) for main-push development rocks.

Solution

Keep the single .forgejo/workflows/deploy.yaml workflow and update only the dynamic job name to render LuaRocks (nightly) on refs/heads/main, while preserving LuaRocks for tag refs.

Validation:

  • parsed .forgejo/workflows/*.yaml with PyYAML via Nix
  • git diff --check
## Problem The consolidated deploy workflow now correctly distinguishes stable and nightly runs, but the desired rendered naming is `deploy / LuaRocks` for tag releases and `deploy / LuaRocks (nightly)` for main-push development rocks. ## Solution Keep the single `.forgejo/workflows/deploy.yaml` workflow and update only the dynamic job name to render `LuaRocks (nightly)` on `refs/heads/main`, while preserving `LuaRocks` for tag refs. Validation: - parsed `.forgejo/workflows/*.yaml` with PyYAML via Nix - `git diff --check`
ci: name nightly LuaRocks deploy
All checks were successful
quality / Test (pull_request) Successful in 18s
quality / Format (pull_request) Successful in 18s
quality / Lint (pull_request) Successful in 18s
c16badc735
barrettruth deleted branch ci/name-nightly-luarocks 2026-05-03 22:56:31 +00:00
Sign in to join this conversation.
No description provided.