Phase 8: Gitea CI — runner probe + PR gating jobs (fast-checks + api) #3

Merged
luckberg merged 66 commits from gsd/phase-08-gitea-ci into main 2026-06-11 16:11:42 -04:00
Showing only changes of commit 0b148b96f8 - Show all commits
+4 -3
View File
@@ -9,10 +9,11 @@ name: runner-probe
# Checks performed: P-01 through P-11 + P-13
# P-12 (docker login) is deferred to Plan 04 (publish) — DO NOT add it here.
# Probe served its purpose (run #2 recorded the fork answers in 08-01-SUMMARY).
# Switched to manual-only so it no longer re-runs on every push and competes
# with ci.yml on the single runner. Throwaway — remove before merge to main.
on:
push:
branches:
- gsd/phase-08-gitea-ci
workflow_dispatch:
jobs:
probe: