Update action.yml

Run bad link checker weekly instead of daily
This commit is contained in:
Waleed Sadek 2023-11-20 00:41:48 +02:00 committed by GitHub
parent 4f9b1c7d5b
commit 6cc8dd1b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ on:
branches:
- master
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 everyday at 00:00 AM on Sunday (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 0 * * 0"
jobs:
markdown-link-check: