ci(gate): drop the removed GitHub workflow directory from the gated path list
Independent Staging Quality Gate / validate (push) Successful in 21m36s
Independent Staging Quality Gate / publish (push) Successful in 1m56s

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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VawU7Xfd5jS9wUEXz1XYmS
This commit is contained in:
Jesse_Chen
2026-09-01 23:24:14 +00:00
parent 68414a8223
commit f7428909d2
3 changed files with 0 additions and 4 deletions
@@ -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'
-1
View File
@@ -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
@@ -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",
]) {