We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fc738 commit 59bb2b3Copy full SHA for 59bb2b3
1 file changed
.github/workflows/check-links-in-documentation.yml
@@ -4,10 +4,11 @@ on:
4
pull_request:
5
branches:
6
- main
7
- # Only watch root level Markdown documentation file changes
+ # Only watch root level Markdown documentation file changes and latest analysis results
8
paths:
9
- 'README.md'
10
- '.github/workflows/check-links-in-documentation.yml' # also run when this file was changed
11
+ - 'analysis-results/**/latest/**' # also run when latest analysis results change
12
schedule:
13
- cron: "50 7 * * 1" # Every week at 07:50 AM on Monday
14
0 commit comments