From 3fbc58de8a577c0f5cebc4f678a254f6a8048c81 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Thu, 8 May 2025 14:45:08 -0400 Subject: [PATCH] use file filter otherwise it ignores the instruction to only check docs/ when a file changes in that dir --- .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 84f73cea57fd6..6ee8f9e6b2a15 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'