diff --git a/.github/workflows/output-diff-check.yml b/.github/workflows/output-diff-check.yml index 5a5fd7a16..e4421a316 100644 --- a/.github/workflows/output-diff-check.yml +++ b/.github/workflows/output-diff-check.yml @@ -12,12 +12,12 @@ name: Build Output Diff (advisory) +# Runs on EVERY pull request (no paths filter) so every PR gets a verdict — a +# change with no shipped-output impact (deps, refactors, CI/tooling) reports +# NO_CHANGE, which the Feature QA agent consults to say "safe" instead of "skipped". on: pull_request: types: [opened, synchronize, reopened] - paths: - - 'package.json' - - 'package-lock.json' permissions: contents: read