Skip to content

Commit d1c26d7

Browse files
committed
Try adding condition to all jobs
1 parent a7eb8d5 commit d1c26d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
neutron_plugin: ovs
7474
OS_CLOUD: sms-lab-release
7575
secrets: inherit
76+
if: needs.check-changes.outputs.aio == 'true'
7677

7778
all-in-one-centos-ovn:
7879
name: aio (CentOS OVN)
@@ -84,6 +85,7 @@ jobs:
8485
neutron_plugin: ovn
8586
OS_CLOUD: sms-lab-release
8687
secrets: inherit
88+
if: needs.check-changes.outputs.aio == 'true'
8789

8890
all-in-one-rocky-ovs:
8991
name: aio (Rocky OVS)
@@ -100,6 +102,7 @@ jobs:
100102
vm_interface: ens3
101103
OS_CLOUD: sms-lab-release
102104
secrets: inherit
105+
if: needs.check-changes.outputs.aio == 'true'
103106

104107
all-in-one-rocky-ovn:
105108
name: aio (Rocky OVN)
@@ -116,6 +119,7 @@ jobs:
116119
vm_interface: ens3
117120
OS_CLOUD: sms-lab-release
118121
secrets: inherit
122+
if: needs.check-changes.outputs.aio == 'true'
119123

120124
all-in-one-ubuntu-ovs:
121125
name: aio (Ubuntu OVS)
@@ -129,6 +133,7 @@ jobs:
129133
vm_image: Ubuntu-20.04
130134
OS_CLOUD: sms-lab-release
131135
secrets: inherit
136+
if: needs.check-changes.outputs.aio == 'true'
132137

133138
all-in-one-ubuntu-ovn:
134139
name: aio (Ubuntu OVN)
@@ -142,3 +147,4 @@ jobs:
142147
vm_image: Ubuntu-20.04
143148
OS_CLOUD: sms-lab-release
144149
secrets: inherit
150+
if: needs.check-changes.outputs.aio == 'true'

0 commit comments

Comments
 (0)