Skip to content

Commit 4328334

Browse files
jrusso1020claude
andcommitted
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>
1 parent 623ba1d commit 4328334

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- "pnpm-workspace.yaml"
3131
- "tsconfig*.json"
3232
- "Dockerfile*"
33-
- ".github/workflows/ci.yml"
34-
- ".github/workflows/regression.yml"
3533
3634
build:
3735
name: Build

.github/workflows/regression.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- "scripts/**"
2525
- "Dockerfile*"
2626
- "pnpm-lock.yaml"
27-
- ".github/workflows/regression.yml"
2827
2928
regression-shards:
3029
needs: changes

0 commit comments

Comments
 (0)