fix(ci): put LuaRocks publishing under deploy workflow #39

Merged
barrettruth merged 1 commit from ci/deploy-luarocks-context into main 2026-05-03 16:49:17 +00:00
Owner

Problem
The LuaRocks publish workflow currently uses the workflow prefix luarocks, so tag-publish status contexts render as luarocks / Publish to LuaRocks. Publish/deploy jobs should live under the deploy namespace, matching the newer deploy/nightly naming strategy.

Solution
Rename the LuaRocks workflow and job display names so future tag-publish contexts render as:

  • deploy / LuaRocks

The tag trigger, job id, runner, secret usage, and publish command are unchanged.

Verification

  • Parsed .forgejo/workflows/luarocks.yaml with PyYAML.
  • Ran git diff --check.
Problem The LuaRocks publish workflow currently uses the workflow prefix `luarocks`, so tag-publish status contexts render as `luarocks / Publish to LuaRocks`. Publish/deploy jobs should live under the deploy namespace, matching the newer deploy/nightly naming strategy. Solution Rename the LuaRocks workflow and job display names so future tag-publish contexts render as: - deploy / LuaRocks The tag trigger, job id, runner, secret usage, and publish command are unchanged. Verification - Parsed `.forgejo/workflows/luarocks.yaml` with PyYAML. - Ran `git diff --check`.
fix(ci): put LuaRocks publishing under deploy workflow
All checks were successful
quality / Lint (pull_request) Successful in 6s
quality / Format (pull_request) Successful in 8s
3f3916b298
barrettruth deleted branch ci/deploy-luarocks-context 2026-05-03 16:49:17 +00:00
Sign in to join this conversation.
No description provided.