ci: split LuaRocks deploy triggers #21
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-ssh!21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/split-luarocks-deploy-triggers"
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
The consolidated LuaRocks deploy workflow uses one dynamically named job for both stable tag releases and main-push nightly releases. Forgejo can render the wrong context for main-push nightly runs, and job-level conditions can leak skipped stable-release contexts.
Solution
Keep the rendered workflow prefix as
deploy, but split the triggers by workflow file.deploy.yamlis now tag-only and rendersdeploy / LuaRocks;deploy-nightly.yamlhandles main pushes/manual nightly runs and rendersdeploy / LuaRocks (nightly). The nightly publish job keeps the existing quality-status polling inside the publish job, so no visible quality-gate context is added.