From 43283348eb968ac54028a17f1deb41a07db2e487 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 24 Mar 2026 00:15:05 +0000 Subject: [PATCH] ci: remove workflow files from path filters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/ci.yml | 2 -- .github/workflows/regression.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f13a6ab0b..81f8dbbeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: - "pnpm-workspace.yaml" - "tsconfig*.json" - "Dockerfile*" - - ".github/workflows/ci.yml" - - ".github/workflows/regression.yml" build: name: Build diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index c2a27f9b9..99f8f9708 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -24,7 +24,6 @@ jobs: - "scripts/**" - "Dockerfile*" - "pnpm-lock.yaml" - - ".github/workflows/regression.yml" regression-shards: needs: changes