22
22
aio : ${{ steps.changes.outputs.aio }}
23
23
steps :
24
24
- name : Check changed files
25
- uses : dorny/path -filter@v2
25
+ uses : dorny/paths -filter@v2
26
26
id : changes
27
27
with :
28
28
# Filters are defined in this file.
58
58
needs :
59
59
- check-changes
60
60
uses : ./.github/workflows/stackhpc-build-kayobe-image.yml
61
- if :
62
- - github.repository == 'stackhpc/stackhpc-kayobe-config'
63
- - needs.check-changes.outputs.aio == 'true'
61
+ if : needs.check-changes.outputs.aio == 'true'
64
62
65
63
all-in-one-centos-ovs :
66
64
name : aio (CentOS OVS)
72
70
neutron_plugin : ovs
73
71
OS_CLOUD : sms-lab-release
74
72
secrets : inherit
75
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
76
73
77
74
all-in-one-centos-ovn :
78
75
name : aio (CentOS OVN)
84
81
neutron_plugin : ovn
85
82
OS_CLOUD : sms-lab-release
86
83
secrets : inherit
87
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
88
84
89
85
all-in-one-rocky-ovs :
90
86
name : aio (Rocky OVS)
101
97
vm_interface : ens3
102
98
OS_CLOUD : sms-lab-release
103
99
secrets : inherit
104
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
105
100
106
101
all-in-one-rocky-ovn :
107
102
name : aio (Rocky OVN)
@@ -118,7 +113,6 @@ jobs:
118
113
vm_interface : ens3
119
114
OS_CLOUD : sms-lab-release
120
115
secrets : inherit
121
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
122
116
123
117
all-in-one-ubuntu-ovs :
124
118
name : aio (Ubuntu OVS)
@@ -132,7 +126,6 @@ jobs:
132
126
vm_image : Ubuntu-20.04
133
127
OS_CLOUD : sms-lab-release
134
128
secrets : inherit
135
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
136
129
137
130
all-in-one-ubuntu-ovn :
138
131
name : aio (Ubuntu OVN)
@@ -146,4 +139,3 @@ jobs:
146
139
vm_image : Ubuntu-20.04
147
140
OS_CLOUD : sms-lab-release
148
141
secrets : inherit
149
- if : github.repository == 'stackhpc/stackhpc-kayobe-config'
0 commit comments