We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a83a0 commit 0472447Copy full SHA for 0472447
.github/workflows/internal-check-links-in-documentation.yml
@@ -13,7 +13,7 @@ on:
13
- 'CHANGELOG.md'
14
- '.github/workflows/internal-check-links-in-documentation.yml' # also run when this file was changed
15
schedule:
16
- - cron: "15 6 1 * *" # On the first day of each month at 6:15 o'clock
+ - cron: "40 7 * * 1" # Every week at 07:40 AM on Monday
17
18
jobs:
19
reports:
0 commit comments