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