File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments