fix/ci: decreases time between upgrade checks
This commit is contained in:
parent
45daf9deec
commit
73b22ce6bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vib-build.yml
vendored
2
.github/workflows/vib-build.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 3 * * *'
|
- cron: '21 */6 * * *'
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue