Merge pull request #2246 from marxin/CI-more-ofter
Run CI multiple times a day
This commit is contained in:
commit
6ae7ec5386
|
|
@ -6,8 +6,8 @@ on:
|
|||
- master
|
||||
pull_request:
|
||||
schedule:
|
||||
# Run at 18:00 UTC every day
|
||||
- cron: '0 18 * * *'
|
||||
# Run multiple times a day as the successfull cached links are not checked every time.
|
||||
- cron: '0 */8 * * *'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
|
|||
Loading…
Reference in New Issue