File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ workflows:
168
168
jobs :
169
169
- build1
170
170
- build2 :
171
- requires :
172
- - build1 # wait for build1 job to complete successfully before starting
173
- # see circleci.com/docs/2.0/workflows/ for more examples.
171
+ requires :
172
+ - build1 # wait for build1 job to complete successfully before starting
173
+ # see circleci.com/docs/2.0/workflows/ for more examples.
174
174
- build3 :
175
- requires :
176
- - build1 # wait for build1 job to complete successfully before starting
177
- # run build2 and build3 in parallel to save time.
175
+ requires :
176
+ - build1 # wait for build1 job to complete successfully before starting
177
+ # run build2 and build3 in parallel to save time.
178
178
```
179
179
{% endraw %}
180
180
You can’t perform that action at this time.
0 commit comments