reduce frequency of auto build in actions
This commit is contained in:
parent
53b745a439
commit
a77c14a94c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 4 * * 0,2,4'
|
- cron: '30 4 5,15,25 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue