Update config.yml

This commit is contained in:
Oliver Davies 2018-01-16 08:03:41 +00:00 committed by GitHub
parent f3808f4c27
commit 7bff0b26ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,9 @@ workflows:
nightly: nightly:
jobs: jobs:
- build_and_test - build_and_test
- deploy - deploy:
requires:
- build_and_test
triggers: triggers:
- schedule: - schedule:
cron: "0 4 * * *" cron: "0 4 * * *"