Skip to content

Commit f1bfb94

Browse files
filipesilvaclydin
authored andcommitted
ci: fix workflow for optional builds
1 parent 0b890e4 commit f1bfb94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,22 @@ workflows:
164164
- e2e-setup
165165
# Master only E2E.
166166
- ng2-e2e:
167+
requires:
168+
- build
167169
filters:
168170
branches:
169171
only:
170172
- master
171173
- ng4-e2e:
174+
requires:
175+
- build
172176
filters:
173177
branches:
174178
only:
175179
- master
176180
- nightly-e2e:
181+
requires:
182+
- build
177183
filters:
178184
branches:
179185
only:

0 commit comments

Comments
 (0)