Update config.yml
This commit is contained in:
parent
f3808f4c27
commit
7bff0b26ab
|
@ -51,7 +51,9 @@ workflows:
|
|||
nightly:
|
||||
jobs:
|
||||
- build_and_test
|
||||
- deploy
|
||||
- deploy:
|
||||
requires:
|
||||
- build_and_test
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 4 * * *"
|
||||
|
|
Reference in a new issue