Skip to content

Commit 59bb2b3

Browse files
committed
Check links when latest analysis results change
1 parent a5fc738 commit 59bb2b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-links-in-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
# Only watch root level Markdown documentation file changes
7+
# Only watch root level Markdown documentation file changes and latest analysis results
88
paths:
99
- 'README.md'
1010
- '.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
1112
schedule:
1213
- cron: "50 7 * * 1" # Every week at 07:50 AM on Monday
1314

0 commit comments

Comments
 (0)