circleci: add proper dependencies to control order of workflow exec (#60)

This commit is contained in:
dman776 2018-07-13 10:22:59 -05:00 committed by GitHub
parent 2db67fc168
commit 135a24a8d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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