Run nightly build sequentially

This commit is contained in:
Daniel Nelson
2018-02-02 12:31:31 -08:00
parent 1f87c10dd4
commit 3208fc32ee
+3 -1
View File
@@ -37,7 +37,9 @@ workflows:
nightly:
jobs:
- 'build'
- 'nightly'
- 'nightly':
requires:
- 'build'
triggers:
- schedule:
cron: "0 0 * * *"