File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,6 @@ workflows:
127
127
filters :
128
128
branches :
129
129
ignore : /^(dev|master)/
130
- # - test:
131
- # requires:
132
- # - build
133
- # filters:
134
- # branches:
135
- # ignore: /^(dev|master)/
136
130
release_next :
137
131
jobs :
138
132
- build :
@@ -145,15 +139,9 @@ workflows:
145
139
filters :
146
140
branches :
147
141
only : dev
148
- # - test:
149
- # requires:
150
- # - build_next
151
- # filters:
152
- # branches:
153
- # only: dev
154
142
- publish_next :
155
143
requires :
156
- - test
144
+ - build_next
157
145
filters :
158
146
branches :
159
147
only : dev
@@ -165,14 +153,6 @@ workflows:
165
153
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
166
154
branches :
167
155
ignore : /.*/
168
- # - test:
169
- # requires:
170
- # - build
171
- # filters:
172
- # tags:
173
- # only: /^v[0-9]+\.[0-9]+\.[0-9]+/
174
- # branches:
175
- # ignore: /.*/
176
156
- publish :
177
157
requires :
178
158
- build
You can’t perform that action at this time.
0 commit comments