From 77437b1f500efef29d192d2dfe59c4ce530b6970 Mon Sep 17 00:00:00 2001 From: Chinesezjc Date: Thu, 20 Aug 2026 11:25:21 +0800 Subject: [PATCH] docs(e2e): point keyless-gate comment at ci.yml (PR) and ci-master.yml (push) The e2e comment said the keyless gates run in ci.yml on every push/PR; since the split, master push is covered by ci-master.yml standby instead. --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a9c67fca42..402129f352 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -107,7 +107,8 @@ jobs: run: pnpm run build # Real-API end-to-end tests only. The keyless gates (lint/typecheck/ - # coverage/snapshot/etc.) already run in ci.yml on every push/PR. + # coverage/snapshot/etc.) already run in ci.yml (pull requests) and + # ci-master.yml (master push standby). # DEEPSEEK_BASE_URL is pinned to the external API; the secret is scoped to # this step (and preflight) only — never exposed to checkout/setup/install. - name: E2E tests (real DeepSeek API)