mirror of https://github.com/aredn/aredn.git
circleci: add proper dependencies to control order of workflow exec (#60)
This commit is contained in:
parent
2db67fc168
commit
135a24a8d5
|
@ -97,14 +97,14 @@ workflows:
|
|||
only: develop
|
||||
- readme_nightly:
|
||||
requires:
|
||||
- build
|
||||
- process_artifacts_nightly
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- changelog_nightly:
|
||||
requires:
|
||||
- build
|
||||
- process_artifacts_nightly
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
|
|
Loading…
Reference in New Issue