ci: update db nightly build schedule to 0800 UTC
This commit is contained in:
parent
07bfa68a75
commit
ef6c5b7f78
5
.github/workflows/dev-db-nightly.yml
vendored
5
.github/workflows/dev-db-nightly.yml
vendored
|
@ -3,13 +3,16 @@
|
|||
# Build the database dev docker image with the latest database dump every night
|
||||
# so that developers don't have to manually build it themselves.
|
||||
|
||||
# DB dump becomes available at around 0700 UTC, so schedule is set to 0800 UTC
|
||||
# to account for variations.
|
||||
|
||||
name: Nightly Dev DB Image
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
# Run every night
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 8 * * *'
|
||||
|
||||
# Run on db.Dockerfile changes
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue