reduce build frequency
This commit is contained in:
parent
5ca9a32725
commit
3cac886e40
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 3 */3 * *'
|
- cron: '30 3 */10 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-neovim-arm64:
|
build-neovim-arm64:
|
||||||
|
|
Loading…
Reference in a new issue