From f7428909d2939737e5cca6d17a3287e566707b63 Mon Sep 17 00:00:00 2001 From: Jesse_Chen Date: Tue, 1 Sep 2026 23:24:14 +0000 Subject: [PATCH] ci(gate): drop the removed GitHub workflow directory from the gated path list The mirror workflows were deleted in the same release, so the gated path list, both trigger filters and the contract test no longer name .github/workflows/**. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01VawU7Xfd5jS9wUEXz1XYmS --- .gitea/workflows/backend-quality-gate.yml | 2 -- deploy/gated-paths.txt | 1 - frontend/tests/staging-backend-workflows.test.ts | 1 - 3 files changed, 4 deletions(-) diff --git a/.gitea/workflows/backend-quality-gate.yml b/.gitea/workflows/backend-quality-gate.yml index ea5adb05..c6d5ad87 100644 --- a/.gitea/workflows/backend-quality-gate.yml +++ b/.gitea/workflows/backend-quality-gate.yml @@ -9,7 +9,6 @@ on: paths: - '.dockerignore' - '.gitea/**' - - '.github/workflows/**' - 'MANIFEST.in' - 'mcp_server.py' - 'pyproject.toml' @@ -29,7 +28,6 @@ on: paths: - '.dockerignore' - '.gitea/**' - - '.github/workflows/**' - 'MANIFEST.in' - 'mcp_server.py' - 'pyproject.toml' diff --git a/deploy/gated-paths.txt b/deploy/gated-paths.txt index e28babcc..c55e6224 100644 --- a/deploy/gated-paths.txt +++ b/deploy/gated-paths.txt @@ -9,7 +9,6 @@ # Workflow and build-context inputs .dockerignore .gitea/** -.github/workflows/** # # Python package inputs (pyproject.toml / MANIFEST.in / `python -m build`) MANIFEST.in diff --git a/frontend/tests/staging-backend-workflows.test.ts b/frontend/tests/staging-backend-workflows.test.ts index 4eacf244..d440d0a0 100644 --- a/frontend/tests/staging-backend-workflows.test.ts +++ b/frontend/tests/staging-backend-workflows.test.ts @@ -1342,7 +1342,6 @@ test("gated paths cover every image input, package input, and gate-read reposito "contracts/probe-question-v1.json", "tests/fixtures/personal_report_document.v2.json", ".gitea/actions/upload-artifact/dist/index.js", - ".github/workflows/deploy-production.yml", "deploy/gated-paths.txt", "deploy/is-docs-only-range.sh", ]) {