diff --git a/.gitea/workflows/ci-arm64-advisory.yml b/.gitea/workflows/ci-arm64-advisory.yml index 190f7e297..d8f7cebba 100644 --- a/.gitea/workflows/ci-arm64-advisory.yml +++ b/.gitea/workflows/ci-arm64-advisory.yml @@ -101,8 +101,8 @@ jobs: # AND-set: only the Mac arm64 runner advertises macos-self-hosted. # See "RUNNER TARGETING" header note for why bare self-hosted is unsafe. runs-on: [self-hosted, macos-self-hosted] - # ADVISORY: never blocks. See safety contract point 3. mc#774 - # internal#418 — tracked: arm64 advisory pilot, non-gating by design. + # ADVISORY: never blocks. See safety contract point 3. + # internal#418: advisory Mac arm64 relief lane; renew/remove this mask with the pilot. continue-on-error: true # event_name gate: functional (only meaningful on push/PR) AND keeps # this job out of ci-required-drift.py:ci_job_names() so F1 can never