ci: name nightly LuaRocks deploy #33
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/nonicons.nvim!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/name-nightly-luarocks"
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 deploy workflow now correctly distinguishes stable and nightly runs, but the desired rendered naming is
deploy / LuaRocksfor tag releases anddeploy / LuaRocks (nightly)for main-push development rocks.Solution
Keep the single
.forgejo/workflows/deploy.yamlworkflow and update only the dynamic job name to renderLuaRocks (nightly)onrefs/heads/main, while preservingLuaRocksfor tag refs.Validation:
.forgejo/workflows/*.yamlwith PyYAML via Nixgit diff --check