Skip to content

Commit

Permalink
Run nightly build sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Feb 2, 2018
1 parent 1f87c10 commit 3208fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ workflows:
nightly:
jobs:
- 'build'
- 'nightly'
- 'nightly':
requires:
- 'build'
triggers:
- schedule:
cron: "0 0 * * *"
Expand Down

0 comments on commit 3208fc3

Please sign in to comment.