From 9a052e2a4c1377a9b67dabb6e775a5dd0df25ea1 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Thu, 8 May 2025 16:30:43 -0400 Subject: [PATCH] fix: use file filter in weekly-docs github action (#17729) otherwise it ignores the instruction to only check docs/ when a file changes in that dir Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> --- .github/workflows/weekly-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-docs.yaml b/.github/workflows/weekly-docs.yaml index 84f73cea57..6ee8f9e6b2 100644 --- a/.github/workflows/weekly-docs.yaml +++ b/.github/workflows/weekly-docs.yaml @@ -36,7 +36,7 @@ jobs: reporter: github-pr-review config_file: ".github/.linkspector.yml" fail_on_error: "true" - filter_mode: "nofilter" + filter_mode: "file" - name: Send Slack notification if: failure() && github.event_name == 'schedule'