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:
182
182
neutron_plugin : ovs
183
183
OS_CLOUD : sms-lab-release
184
184
secrets : inherit
185
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
185
+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
186
186
187
187
all-in-one-ubuntu-jammy-ovn :
188
188
name : aio (Ubuntu Jammy OVN)
@@ -197,7 +197,7 @@ jobs:
197
197
neutron_plugin : ovn
198
198
OS_CLOUD : sms-lab-release
199
199
secrets : inherit
200
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
200
+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
201
201
202
202
all-in-one-rocky-9-ovs :
203
203
name : aio (Rocky 9 OVS)
@@ -212,7 +212,7 @@ jobs:
212
212
neutron_plugin : ovs
213
213
OS_CLOUD : sms-lab-release
214
214
secrets : inherit
215
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
215
+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
216
216
217
217
all-in-one-rocky-9-ovn :
218
218
name : aio (Rocky 9 OVN)
You can’t perform that action at this time.
0 commit comments