ci: show nightly quality wait #158
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!158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/show-nightly-quality-wait"
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 deploy already waits for quality inside scripts/forgejo-release.sh, but Forgejo only shows a single Publish nightly release step. That makes it look like nightly publishing does not use the same explicit quality-wait pattern as vimdoc-language-server and the LuaRocks workflows.
Solution
Add a wait-quality subcommand to scripts/forgejo-release.sh and call it from an explicit Wait for quality workflow step. The Publish nightly release step then sets SKIP_QUALITY_CHECK=true to avoid repeating the same wait. Release behavior is unchanged; the quality gate is just visible as its own step.
9bf2c52b8e64bdd7d889