Run nightly build sequentially

This commit is contained in:
Daniel Nelson
2018-02-02 12:29:54 -08:00
parent 0e5eb8a584
commit 4c4733fdee

View File

@@ -37,7 +37,9 @@ workflows:
nightly: nightly:
jobs: jobs:
- 'build' - 'build'
- 'nightly' - 'nightly':
requires:
- 'build'
triggers: triggers:
- schedule: - schedule:
cron: "0 0 * * *" cron: "0 0 * * *"