mirror of
https://github.com/CHEF-KOCH/Warez
synced 2025-03-30 02:46:22 +00:00
changed the time interval to run checks
Bots don't get weekends if this creates a issue with your monthly GitHub Actions quota, please notify me and I'll change it back
This commit is contained in:
parent
2bb1625757
commit
222b4a7bc4
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 12 * * 0-5
|
- cron: 0 12 * * *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
markdown-link-check:
|
markdown-link-check:
|
||||||
|
Loading…
Reference in New Issue
Block a user