ci: keep nightly under deploy prefix #162
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/vimdoc-language-server!162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/restore-vimdoc-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
PR #161 restored the nightly workflow prefix to
nightly, but that was wrong for vimdoc-language-server. This repo has two main-push deployment surfaces: production site deploy and nightly release deploy. They should stay grouped under thedeployprefix asdeploy / Deployanddeploy / Nightly.Solution
Rename
.forgejo/workflows/nightly.yamlto.forgejo/workflows/deploy-nightly.yamland keep its workflow name asdeploy. The nightly job name, trigger, quality polling, release behavior, and production deploy workflow are unchanged.a8dabf46e82d0bcacb46