diff --git a/.github/test-filters.yml b/.github/test-filters.yml index 31d1ca1bc2c..89f4322adea 100644 --- a/.github/test-filters.yml +++ b/.github/test-filters.yml @@ -11,7 +11,7 @@ all: - "vite*" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts - "tsconfig*.json" # tsconfig.json tweaking can impact compilation - "global.d.ts" - - ".env.*" + - ".env*" # Blanket negations for files that cannot impact tests - "!**/*.py" # No .py files - "!**/*.sh" # No .sh files