Skip to content

Commit 547d914

Browse files
committed
Add dep
1 parent bd64f5a commit 547d914

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# NOTE: Runner needs unzip and nodejs packages.
6262
all-in-one:
6363
name: All in one
64-
if: ${{ inputs.if }}
64+
if: inputs.if
6565
runs-on: [self-hosted, stackhpc-kayobe-config-aio]
6666
permissions: {}
6767
env:

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
build-kayobe-image:
3434
name: Build kayobe image
35-
if: ${{ inputs.if }}
35+
if: inputs.if
3636
runs-on: ubuntu-20.04
3737
permissions:
3838
contents: read

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
all-in-one-centos-ovs:
6868
name: aio (CentOS OVS)
6969
needs:
70+
- check-changes
7071
- build-kayobe-image
7172
uses: ./.github/workflows/stackhpc-all-in-one.yml
7273
with:
@@ -80,6 +81,7 @@ jobs:
8081
all-in-one-centos-ovn:
8182
name: aio (CentOS OVN)
8283
needs:
84+
- check-changes
8385
- build-kayobe-image
8486
uses: ./.github/workflows/stackhpc-all-in-one.yml
8587
with:
@@ -93,6 +95,7 @@ jobs:
9395
all-in-one-rocky-ovs:
9496
name: aio (Rocky OVS)
9597
needs:
98+
- check-changes
9699
- build-kayobe-image
97100
uses: ./.github/workflows/stackhpc-all-in-one.yml
98101
with:
@@ -111,6 +114,7 @@ jobs:
111114
all-in-one-rocky-ovn:
112115
name: aio (Rocky OVN)
113116
needs:
117+
- check-changes
114118
- build-kayobe-image
115119
uses: ./.github/workflows/stackhpc-all-in-one.yml
116120
with:
@@ -129,6 +133,7 @@ jobs:
129133
all-in-one-ubuntu-ovs:
130134
name: aio (Ubuntu OVS)
131135
needs:
136+
- check-changes
132137
- build-kayobe-image
133138
uses: ./.github/workflows/stackhpc-all-in-one.yml
134139
with:
@@ -144,6 +149,7 @@ jobs:
144149
all-in-one-ubuntu-ovn:
145150
name: aio (Ubuntu OVN)
146151
needs:
152+
- check-changes
147153
- build-kayobe-image
148154
uses: ./.github/workflows/stackhpc-all-in-one.yml
149155
with:

0 commit comments

Comments
 (0)