docs(15-03): update publish.yml safety-gate comment to name new required checks

- Replace "three required checks (CI / fast-checks, CI / api, CI / harness)"
  with the new gating surface: CI / fast-checks + CI / gate
- Note that CI / api and CI / harness are conditionally skipped on doc-only PRs
  and gated via the always-running CI / gate aggregate
- Comment-only change; no job/step/env/trigger modified
This commit is contained in:
Lucas Berger
2026-06-12 10:56:03 -04:00
parent 0278e2080a
commit da623ac234
+6 -4
View File
@@ -11,10 +11,12 @@
# GITEA_-prefixed names cannot be created. GITEA_TOKEN / GITHUB_TOKEN cannot push packages. # GITEA_-prefixed names cannot be created. GITEA_TOKEN / GITHUB_TOKEN cannot push packages.
# #
# Safety gate: branch protection on main, NOT a needs: dependency in this file. # Safety gate: branch protection on main, NOT a needs: dependency in this file.
# The PR test jobs (fast-checks, api, harness in ci.yml) run on pull_request — they never # The PR test jobs (fast-checks, api, harness, gate in ci.yml) run on pull_request — they
# run in the same workflow invocation as publish.yml. Tests gate the PR; main is trusted to # never run in the same workflow invocation as publish.yml. Tests gate the PR; main is
# be green because direct push and force push are blocked and the three required checks # trusted to be green because direct push and force push are blocked and the two required
# (CI / fast-checks, CI / api, CI / harness) must pass before merge. # checks (CI / fast-checks, CI / gate) must pass before merge. CI / api and CI / harness
# are conditionally skipped on doc-only PRs and are gated via the always-running CI / gate
# aggregate rather than being required directly.
# #
# To bump the milestone tag at a milestone boundary: edit MILESTONE below. # To bump the milestone tag at a milestone boundary: edit MILESTONE below.