ci: remove workflow files from path filters

The CI and regression path filters included their own workflow files,
which meant any PR that changed CI config would trigger the full
build/test/regression suite. Workflow file changes don't need code
validation — they need a test run of the workflow itself, which
happens automatically.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James
2026-03-24 00:15:05 +00:00
co-authored by Claude Opus 4.6
parent 623ba1dc60
commit 43283348eb
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -30,8 +30,6 @@ jobs:
- "pnpm-workspace.yaml"
- "tsconfig*.json"
- "Dockerfile*"
- ".github/workflows/ci.yml"
- ".github/workflows/regression.yml"
build:
name: Build
-1
View File
@@ -24,7 +24,6 @@ jobs:
- "scripts/**"
- "Dockerfile*"
- "pnpm-lock.yaml"
- ".github/workflows/regression.yml"
regression-shards:
needs: changes