Run nightly build sequentially
This commit is contained in:
parent
0e5eb8a584
commit
4c4733fdee
|
@ -37,7 +37,9 @@ workflows:
|
|||
nightly:
|
||||
jobs:
|
||||
- 'build'
|
||||
- 'nightly'
|
||||
- 'nightly':
|
||||
requires:
|
||||
- 'build'
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
|
|
Loading…
Reference in New Issue