Run CI multiple times a day
This commit is contained in:
parent
4ff0d406f9
commit
5a9d7654d2
|
|
@ -6,8 +6,8 @@ on:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
# Run at 18:00 UTC every day
|
# Run multiple times a day as the successfull cached links are not checked every time.
|
||||||
- cron: '0 18 * * *'
|
- cron: '0 */3 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue