docs(ci): state the measured push-CI model in ci.yml's when-comment #1326

Merged
ops-ci-01 merged 4 commits from ci/push-ci-comment-model into next 2026-08-20 15:48:47 +00:00
Showing only changes of commit 781a1fddc5 - Show all commits
+1 -2
View File
@@ -8,8 +8,7 @@ variables:
when:
# PR + manual CI run on any branch: the pull_request pipeline is the merge
# gate (required status check on next; next is protected and the DEFAULT
# branch since 2026-08-19).
# gate (next is protected and the default branch since 2026-08-19).
# Push CI runs on main only. next deliberately runs NO push ci: post-merge
# verification on next is carried by publish.yml's `verify` step
# (pnpm verify:release), which mirrors this pipeline's complete mandatory