File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ concurrency:
4444jobs :
4545 single-node-tests :
4646 name : single-node
47- if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
47+ if : false
48+ # if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
4849 strategy :
4950 fail-fast : false
5051 matrix :
6768 multi-node-tests :
6869 name : multi-node
6970 needs : single-node-tests
70- if : always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
71+ if : false
72+ # if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
7173 strategy :
7274 fail-fast : false
7375 max-parallel : 1
9193 KUBECONFIG_B64 : ${{ secrets.KUBECONFIG_A2_B64 }}
9294
9395 single-node-accuracy-tests :
96+ if : false
9497 if : >-
9598 ${{
9699 github.event_name == 'schedule' ||
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ concurrency:
4343jobs :
4444 single-node-tests :
4545 name : single-node
46- if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
46+ if : false
47+ # if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
4748 strategy :
4849 fail-fast : false
4950 matrix :
@@ -101,7 +102,8 @@ jobs:
101102 multi-node-tests :
102103 name : multi-node
103104 needs : single-node-tests
104- if : always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
105+ if : false
106+ # if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
105107 strategy :
106108 fail-fast : false
107109 max-parallel : 1
You can’t perform that action at this time.
0 commit comments