mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2025-01-22 04:11:09 -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://github.com/",
|
||||||
"https://guides.github.com/",
|
"https://guides.github.com/",
|
||||||
"https://help.github.com/",
|
"https://help.github.com/",
|
||||||
|
"https://gist.github.com/",
|
||||||
"https://docs.github.com/"
|
"https://docs.github.com/"
|
||||||
],
|
],
|
||||||
"headers": {
|
"headers": {
|
||||||
|
4
.github/workflows/link-check.yml
vendored
4
.github/workflows/link-check.yml
vendored
@ -5,8 +5,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
|
# Run at 9:00 AM every Friday
|
||||||
- cron: "0 9 * * *"
|
- cron: "0 9 * * 5"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
markdown-link-check:
|
markdown-link-check:
|
||||||
|
Loading…
Reference in New Issue
Block a user