File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -325,35 +325,35 @@ workflows:
325325 - master
326326 - /^[0-9]+\.[0-9]+$/
327327
328- nightly-cluster-up :
329- triggers :
330- - schedule :
331- cron : " 0 0 * * *"
332- filters :
333- branches :
334- only :
335- - master
336- jobs :
337- - cluster-up
328+ # nightly-cluster-up:
329+ # triggers:
330+ # - schedule:
331+ # cron: "0 0 * * *"
332+ # filters:
333+ # branches:
334+ # only:
335+ # - master
336+ # jobs:
337+ # - cluster-up
338338
339- nightly-e2e-tests :
340- triggers :
341- - schedule :
342- cron : " 0 1 * * *"
343- filters :
344- branches :
345- only :
346- - master
347- jobs :
348- - e2e-tests
339+ # nightly-e2e-tests:
340+ # triggers:
341+ # - schedule:
342+ # cron: "0 1 * * *"
343+ # filters:
344+ # branches:
345+ # only:
346+ # - master
347+ # jobs:
348+ # - e2e-tests
349349
350- nightly-cluster-down :
351- triggers :
352- - schedule :
353- cron : " 0 2 * * *"
354- filters :
355- branches :
356- only :
357- - master
358- jobs :
359- - cluster-down
350+ # nightly-cluster-down:
351+ # triggers:
352+ # - schedule:
353+ # cron: "0 2 * * *"
354+ # filters:
355+ # branches:
356+ # only:
357+ # - master
358+ # jobs:
359+ # - cluster-down
You can’t perform that action at this time.
0 commit comments