From 95c825f2426e38d0baafd8e3549de94793f5d198 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jun 2026 11:07:01 +0800 Subject: [PATCH] fix(cd): reopen controlled push deploy lane --- .gitea/workflows/cd.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 913a42c64..da903eeb1 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -11,7 +11,11 @@ name: CD Pipeline on: # 2026-06-28 Codex: 110 host runner/CD lane pressure incident. - # Production CD is manual-only until the runner is moved or rate-limited. + # Production CD is reopened for controlled apply through the dedicated + # capacity=1 cd-lane drain verifier; the host pressure gate below remains + # fail-closed before build starts. + push: + branches: [main] workflow_dispatch: # 手動觸發永遠可用(用於補跑、緊急部署)