File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change @@ -266,43 +266,4 @@ jobs:
266266workflows :
267267 version : 2
268268 build_test_deploy :
269- jobs :
270- - compare_base_dockerfiles :
271- filters :
272- branches :
273- ignore :
274- - /docs?\/.*/
275- tags :
276- only : /.*/
277- - get_test_data :
278- filters :
279- branches :
280- ignore :
281- - /docs?\/.*/
282- tags :
283- only : /.*/
284- - test_pytest :
285- filters :
286- branches :
287- ignore :
288- - /docs?\/.*/
289- tags :
290- only : /.*/
291- requires :
292- - compare_base_dockerfiles
293- - get_test_data
294- - deploy_dockerhub :
295- filters :
296- branches :
297- only : master
298- tags :
299- only : /.*/
300- requires :
301- - test_pytest
302- - update_feedstock :
303- context : nipybot
304- filters :
305- branches :
306- only : /rel\/\d.*/
307- tags :
308- only : /.*/
269+ jobs : []
You can’t perform that action at this time.
0 commit comments