ci: separate LuaRocks deploy triggers #28
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-ghostty!28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/split-deploy-workflows"
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 two-job single-file deploy experiment still creates both status contexts on main pushes. Forgejo queues both jobs first, then marks the stable LuaRocks job skipped, which still leaves an unwanted
deploy / LuaRocksstatus on main.Solution
Keep both rendered workflow prefixes as
deploy, but split stable and nightly publishing by event trigger.deploy.yamlnow only handlesv*tag pushes withLuaRocks;deploy-nightly.yamlhandles main pushes and manual nightly runs withLuaRocks (nightly). This lets Forgejo instantiate only the workflow that matches the event instead of relying on job-level skips.