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 8888 ssh_username : ubuntu
8989 neutron_plugin : ovs
9090 OS_CLOUD : sms-lab-release
91+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
9192 secrets : inherit
9293 if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
9394
@@ -103,6 +104,7 @@ jobs:
103104 ssh_username : ubuntu
104105 neutron_plugin : ovn
105106 OS_CLOUD : sms-lab-release
107+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
106108 secrets : inherit
107109 if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
108110
@@ -118,6 +120,7 @@ jobs:
118120 ssh_username : cloud-user
119121 neutron_plugin : ovs
120122 OS_CLOUD : sms-lab-release
123+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
121124 secrets : inherit
122125 if : ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
123126
You can’t perform that action at this time.
0 commit comments