fix(ci): put nightly releases under deploy workflow #160
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!160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/nightly-under-deploy"
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 workflow publishes tags/releases, but its status context is currently rendered under the nightly workflow prefix instead of the deploy namespace.
Solution
Rename the nightly workflow from nightly to deploy while keeping the job name as Nightly. The rendered main-push context should become:
The nightly release behavior, main-push trigger, and quality wait gate are unchanged.
Verification