Skip to content

Commit f51272d

Browse files
committed
Re-enable kayobe container image builds
1 parent 4c19f44 commit f51272d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
# when the parent jobs completed successfully or were skipped. We pass an
110110
# 'if' argument to the called workflow to allow running it conditionally.
111111

112-
# build-kayobe-image:
113-
# name: Build Kayobe Image
114-
# needs:
115-
# - check-changes
116-
# uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
117-
# with:
118-
# if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
119-
# if: github.repository == 'stackhpc/stackhpc-kayobe-config'
112+
build-kayobe-image:
113+
name: Build Kayobe Image
114+
needs:
115+
- check-changes
116+
uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
117+
with:
118+
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
119+
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
120120

121121
# check-tags:
122122
# name: Check container image tags

0 commit comments

Comments
 (0)