File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,9 @@ jobs:
166
166
ssh_username : ubuntu
167
167
neutron_plugin : ovn
168
168
OS_CLOUD : sms-lab-release
169
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
169
170
secrets : inherit
170
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
171
+ if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
171
172
172
173
all-in-one-ubuntu-jammy-ovs :
173
174
name : aio (Ubuntu Jammy OVS)
@@ -181,6 +182,7 @@ jobs:
181
182
ssh_username : ubuntu
182
183
neutron_plugin : ovs
183
184
OS_CLOUD : sms-lab-release
185
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
184
186
secrets : inherit
185
187
if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
186
188
@@ -196,6 +198,7 @@ jobs:
196
198
ssh_username : ubuntu
197
199
neutron_plugin : ovn
198
200
OS_CLOUD : sms-lab-release
201
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
199
202
secrets : inherit
200
203
if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
201
204
@@ -211,6 +214,7 @@ jobs:
211
214
ssh_username : cloud-user
212
215
neutron_plugin : ovs
213
216
OS_CLOUD : sms-lab-release
217
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
214
218
secrets : inherit
215
219
if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
216
220
You can’t perform that action at this time.
0 commit comments