mirror of
https://github.com/PanXProject/awesome-certificates.git
synced 2024-12-18 14:56:09 +00:00
Update action.yml
Run bad link checker weekly instead of daily
This commit is contained in:
parent
4f9b1c7d5b
commit
6cc8dd1b73
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user