ci: update db nightly build schedule to 0800 UTC

This commit is contained in:
Nicolas Giard 2022-06-20 15:25:28 -04:00 committed by GitHub
parent 07bfa68a75
commit ef6c5b7f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: