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>
This commit is contained in:
Edward Angert
2025-05-08 16:30:43 -04:00
committed by GitHub
co-authored by EdwardAngert
parent d5360a6da0
commit 9a052e2a4c
+1 -1
View File
@@ -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'