Skip to content

Commit 1596173

Browse files
committed
DNM: Skip build kayobe image
1 parent ce403e2 commit 1596173

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ jobs:
7474
uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
7575
with:
7676
if: ${{ needs.check-changes.outputs.aio == 'true' }}
77-
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
77+
if: false && github.repository == 'stackhpc/stackhpc-kayobe-config'
7878

7979
all-in-one-rocky-9-ovn:
8080
name: aio (Rocky 9 OVN)
8181
needs:
8282
- check-changes
83-
- build-kayobe-image
8483
uses: ./.github/workflows/stackhpc-all-in-one.yml
8584
with:
8685
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}

0 commit comments

Comments
 (0)