fix(ci): put nightly releases under deploy workflow #160

Merged
barrettruth merged 1 commit from ci/nightly-under-deploy into main 2026-05-03 16:19:23 +00:00
Owner

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:

  • deploy / Nightly (push)

The nightly release behavior, main-push trigger, and quality wait gate are unchanged.

Verification

  • Parsed .forgejo/workflows/nightly.yaml with PyYAML.
  • Ran git diff --check.
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: - deploy / Nightly (push) The nightly release behavior, main-push trigger, and quality wait gate are unchanged. Verification - Parsed .forgejo/workflows/nightly.yaml with PyYAML. - Ran git diff --check.
fix(ci): put nightly releases under deploy workflow
All checks were successful
quality / Format (pull_request) Successful in 15s
quality / Test (pull_request) Successful in 48s
quality / Lint (pull_request) Successful in 1m9s
d1be77833f
barrettruth deleted branch ci/nightly-under-deploy 2026-05-03 16:19:23 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/vimdoc-language-server!160
No description provided.