File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 88
88
ssh_username : ubuntu
89
89
neutron_plugin : ovs
90
90
OS_CLOUD : sms-lab-release
91
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
91
92
secrets : inherit
92
93
if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
93
94
@@ -103,6 +104,7 @@ jobs:
103
104
ssh_username : ubuntu
104
105
neutron_plugin : ovn
105
106
OS_CLOUD : sms-lab-release
107
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
106
108
secrets : inherit
107
109
if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
108
110
@@ -118,6 +120,7 @@ jobs:
118
120
ssh_username : cloud-user
119
121
neutron_plugin : ovs
120
122
OS_CLOUD : sms-lab-release
123
+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
121
124
secrets : inherit
122
125
if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
123
126
You can’t perform that action at this time.
0 commit comments