Skip to content

Commit 05a000a

Browse files
committed
Check links every week instead of every month
1 parent 4b0f976 commit 05a000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'README.md'
1010
- '.github/workflows/check-links-in-documentation.yml' # also run when this file was changed
1111
schedule:
12-
- cron: "15 6 1 * *" # On the first day of each month at 6:15 o'clock
12+
- cron: "50 7 * * 1" # Every week at 07:50 AM on Monday
1313

1414
jobs:
1515
analysis-results:

0 commit comments

Comments
 (0)