mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2025-01-05 12:31:00 -05:00
update gh action cronjob
This commit is contained in:
parent
f3e7fd95a9
commit
ee59329723
1
.github/mlc_config.json
vendored
1
.github/mlc_config.json
vendored
@ -13,6 +13,7 @@
|
||||
"https://github.com/",
|
||||
"https://guides.github.com/",
|
||||
"https://help.github.com/",
|
||||
"https://gist.github.com/",
|
||||
"https://docs.github.com/"
|
||||
],
|
||||
"headers": {
|
||||
|
4
.github/workflows/link-check.yml
vendored
4
.github/workflows/link-check.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user