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:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 5 */5 * *'
|
- cron: '30 5 */10 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-images-arm64:
|
build-images-arm64:
|
||||||
|
|
Loading…
Reference in a new issue