Skip to content

Commit 047c1e9

Browse files
committed
Check links every week instead of every month
1 parent 3a36754 commit 047c1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'CHANGELOG.md'
1414
- '.github/workflows/internal-check-links-in-documentation.yml' # also run when this file was changed
1515
schedule:
16-
- cron: "15 6 1 * *" # On the first day of each month at 6:15 o'clock
16+
- cron: "42 7 * * 1" # Every week at 07:40 AM on Monday
1717

1818
jobs:
1919
reports:

0 commit comments

Comments
 (0)