Set cron time back to midnight, now that we know it works

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2020-02-17 21:45:06 +00:00
parent a378a0f696
commit 18eb5ffbc8
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ workflows:
nightly_build:
triggers:
- schedule:
cron: "20 19 * * *"
cron: "0 0 * * *"
filters:
branches:
only: 'beta-v5.0'