From c0ee44f624d7deda4d11ac25c441648edc91f79d Mon Sep 17 00:00:00 2001 From: Dan Knauss <273554+dknauss@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:08:28 -0600 Subject: [PATCH] ci(metrics): run validate-metrics on every PR so it can be a required check Drop the pull_request path filter so the metrics check runs on every PR; a path-filtered required check stays pending and blocks the PR when a PR does not touch the filtered paths. The push trigger stays path-filtered. --- .github/workflows/validate-metrics.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/validate-metrics.yml b/.github/workflows/validate-metrics.yml index c9b5c25..316e3a7 100644 --- a/.github/workflows/validate-metrics.yml +++ b/.github/workflows/validate-metrics.yml @@ -2,11 +2,6 @@ name: Validate Metrics on: pull_request: - paths: - - 'WordPress-Security-Benchmark.md' - - 'docs/current-metrics.md' - - '.github/scripts/verify-metrics.sh' - - '.github/workflows/validate-metrics.yml' push: branches: [main] paths: