File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 neutron_plugin : ovs
183183 OS_CLOUD : sms-lab-release
184184 secrets : inherit
185- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
185+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
186186
187187 all-in-one-ubuntu-jammy-ovn :
188188 name : aio (Ubuntu Jammy OVN)
@@ -197,7 +197,7 @@ jobs:
197197 neutron_plugin : ovn
198198 OS_CLOUD : sms-lab-release
199199 secrets : inherit
200- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
200+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
201201
202202 all-in-one-rocky-9-ovs :
203203 name : aio (Rocky 9 OVS)
@@ -212,7 +212,7 @@ jobs:
212212 neutron_plugin : ovs
213213 OS_CLOUD : sms-lab-release
214214 secrets : inherit
215- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
215+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
216216
217217 all-in-one-rocky-9-ovn :
218218 name : aio (Rocky 9 OVN)
You can’t perform that action at this time.
0 commit comments