cron changed to 4am
This commit is contained in:
parent
f8d5154883
commit
3bcbd9e3e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -7,7 +7,7 @@ name: Docker
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 7 * * *' # 7 am everyday
|
||||
- cron: '0 4 * * *' # 4 am everyday
|
||||
push:
|
||||
branches: [ "main", "testing" ]
|
||||
# Publish semver tags as releases.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue