Targets the stack's shared docker Linux runners (runs-on: docker, matching build.yml) and skips green if WIKI_TOKEN isn't set yet — so merging this proves the runner picks the job up without a red build.
Targets the stack's shared `docker` Linux runners (`runs-on: docker`, matching build.yml) and skips green if `WIKI_TOKEN` isn't set yet — so merging this proves the runner picks the job up without a red build.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
- runs-on: docker (the shared Linux runners), matching the stack's build pattern.
- If WIKI_TOKEN isn't set yet, log a warning and exit 0 (no red build) — the job
still proves the runner picks it up. Real sync activates once the secret exists.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01TfzV5QvtPDz8LJS3Pu5VLT
claude
merged commit e5960c17ab into main2026-06-22 19:02:48 -04:00
claude
deleted branch ci/wiki-runs-on-docker2026-06-22 19:02:48 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Targets the stack's shared
dockerLinux runners (runs-on: docker, matching build.yml) and skips green ifWIKI_TOKENisn't set yet — so merging this proves the runner picks the job up without a red build.🤖 Generated with Claude Code