mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
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:
@@ -30,8 +30,6 @@ jobs:
|
||||
- "pnpm-workspace.yaml"
|
||||
- "tsconfig*.json"
|
||||
- "Dockerfile*"
|
||||
- ".github/workflows/ci.yml"
|
||||
- ".github/workflows/regression.yml"
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
@@ -24,7 +24,6 @@ jobs:
|
||||
- "scripts/**"
|
||||
- "Dockerfile*"
|
||||
- "pnpm-lock.yaml"
|
||||
- ".github/workflows/regression.yml"
|
||||
|
||||
regression-shards:
|
||||
needs: changes
|
||||
|
||||
Reference in New Issue
Block a user