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