Skip to content

Commit

Permalink
ci: ensure all release jobs have the proper filters (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainhart committed Jun 30, 2020
1 parent fad2ffd commit ef1406c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,12 +1201,14 @@ workflows:

release:
jobs:
- build-proto
- build-elm:
context: determined-production
filters: *release-and-rc-filters
- build-proto:
filters: *release-and-rc-filters
- build-and-package-ts-sdk:
requires:
- build-proto
- build-elm:
context: determined-production
filters: *release-and-rc-filters
- build-react:
requires:
Expand Down

0 comments on commit ef1406c

Please sign in to comment.