ci: keep nightly under deploy prefix #157
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/restore-tmux-nightly-deploy-prefix"
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 nightly release workflow was moved back to the
nightlyprefix, but we want publishing/deploy-style main jobs grouped underdeploy. The workflow filename should also match the split deploy-nightly convention used elsewhere.Solution
Rename
.forgejo/workflows/release_nightly.yamlto.forgejo/workflows/deploy-nightly.yamland set the workflow name back todeploy. The job remainsNightly, so main should renderdeploy / Nightly. The release script, quality polling behavior, schedule, and manual dispatch inputs are unchanged.