ci: show nightly quality wait #158

Merged
barrettruth merged 1 commit from ci/show-nightly-quality-wait into main 2026-05-04 00:59:41 +00:00
Owner

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.

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.
ci: show nightly quality wait
Some checks failed
Release Metadata / release_metadata (pull_request_target) Successful in 6s
Request Review / request_review (pull_request_target) Successful in 5s
quality / Format (pull_request) Successful in 16s
quality / Lint (pull_request) Successful in 22s
quality / Test (pull_request) Failing after 4m47s
9bf2c52b8e
barrettruth force-pushed ci/show-nightly-quality-wait from 9bf2c52b8e
Some checks failed
Release Metadata / release_metadata (pull_request_target) Successful in 6s
Request Review / request_review (pull_request_target) Successful in 5s
quality / Format (pull_request) Successful in 16s
quality / Lint (pull_request) Successful in 22s
quality / Test (pull_request) Failing after 4m47s
to 64bdd7d889
All checks were successful
Request Review / request_review (pull_request_target) Successful in 3s
Release Metadata / release_metadata (pull_request_target) Successful in 4s
quality / Format (pull_request) Successful in 7s
quality / Lint (pull_request) Successful in 11s
quality / Test (pull_request) Successful in 2m34s
2026-05-04 00:39:52 +00:00
Compare
barrettruth deleted branch ci/show-nightly-quality-wait 2026-05-04 00:59:41 +00:00
Commenting is not possible because the repository is archived.
No description provided.