update gh action cronjob

This commit is contained in:
edoardottt 2023-05-22 11:15:52 +02:00
parent f3e7fd95a9
commit ee59329723
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://gist.github.com/",
"https://docs.github.com/"
],
"headers": {

View File

@ -5,8 +5,8 @@ on:
branches:
- main
schedule:
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 * * *"
# Run at 9:00 AM every Friday
- cron: "0 9 * * 5"
jobs:
markdown-link-check: