File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 61
61
# NOTE: Runner needs unzip and nodejs packages.
62
62
all-in-one :
63
63
name : All in one
64
- if : ${{ inputs.if }}
64
+ if : inputs.if
65
65
runs-on : [self-hosted, stackhpc-kayobe-config-aio]
66
66
permissions : {}
67
67
env :
Original file line number Diff line number Diff line change 32
32
jobs :
33
33
build-kayobe-image :
34
34
name : Build kayobe image
35
- if : ${{ inputs.if }}
35
+ if : inputs.if
36
36
runs-on : ubuntu-20.04
37
37
permissions :
38
38
contents : read
Original file line number Diff line number Diff line change 67
67
all-in-one-centos-ovs :
68
68
name : aio (CentOS OVS)
69
69
needs :
70
+ - check-changes
70
71
- build-kayobe-image
71
72
uses : ./.github/workflows/stackhpc-all-in-one.yml
72
73
with :
80
81
all-in-one-centos-ovn :
81
82
name : aio (CentOS OVN)
82
83
needs :
84
+ - check-changes
83
85
- build-kayobe-image
84
86
uses : ./.github/workflows/stackhpc-all-in-one.yml
85
87
with :
93
95
all-in-one-rocky-ovs :
94
96
name : aio (Rocky OVS)
95
97
needs :
98
+ - check-changes
96
99
- build-kayobe-image
97
100
uses : ./.github/workflows/stackhpc-all-in-one.yml
98
101
with :
@@ -111,6 +114,7 @@ jobs:
111
114
all-in-one-rocky-ovn :
112
115
name : aio (Rocky OVN)
113
116
needs :
117
+ - check-changes
114
118
- build-kayobe-image
115
119
uses : ./.github/workflows/stackhpc-all-in-one.yml
116
120
with :
@@ -129,6 +133,7 @@ jobs:
129
133
all-in-one-ubuntu-ovs :
130
134
name : aio (Ubuntu OVS)
131
135
needs :
136
+ - check-changes
132
137
- build-kayobe-image
133
138
uses : ./.github/workflows/stackhpc-all-in-one.yml
134
139
with :
@@ -144,6 +149,7 @@ jobs:
144
149
all-in-one-ubuntu-ovn :
145
150
name : aio (Ubuntu OVN)
146
151
needs :
152
+ - check-changes
147
153
- build-kayobe-image
148
154
uses : ./.github/workflows/stackhpc-all-in-one.yml
149
155
with :
You can’t perform that action at this time.
0 commit comments