From 1deba68eecfc849edd0b9c3bd2238c199bbc6424 Mon Sep 17 00:00:00 2001 From: ogt Date: Wed, 15 Jul 2026 02:48:58 +0800 Subject: [PATCH] fix(ci): preserve asset integrity step boundary --- .gitea/workflows/cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 8a9a32a77..708bdbe28 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -2265,6 +2265,8 @@ jobs: asyncio.run(main()) PY + # 2026-03-31 ogt: 移除中間通知 + # MCP version discovery must have a durable receipt store before the # signal worker starts its first six-hour lifecycle run. Apply the # additive RLS schema, then verify both schema policy and runtime-role @@ -2385,8 +2387,6 @@ jobs: asyncio.run(main()) PY - # 2026-03-31 ogt: 移除中間通知 - # 2026-03-31 ogt: P0-1 Secrets 自動注入 (ADR-035 強制) # 2026-03-31 ogt: 加入 AI API Keys (修復 mock_fallback 問題) - name: Inject K8s Secrets