File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ jobs:
119119
120120 name : " Build :: Airgap image bundle"
121121 needs : [build-k0s]
122+ if : " false"
122123 uses : ./.github/workflows/build-image-bundle.yml
123124 with :
124125 image-bundle-name : airgap
@@ -129,6 +130,7 @@ jobs:
129130 name : " Build :: IPv6 test image bundle"
130131 needs : [build-k0s]
131132 uses : ./.github/workflows/build-image-bundle.yml
133+ if : " false"
132134 with :
133135 image-bundle-name : ipv6-test
134136 target-os : linux
@@ -267,6 +269,7 @@ jobs:
267269 name : " check-${{ matrix.smoke-suite }} :: arm64"
268270 needs : [build-k0s, build-airgap-image-bundle]
269271
272+ if : " false"
270273 uses : ./.github/workflows/smoketest.yaml
271274 with :
272275 arch : arm64
@@ -284,6 +287,7 @@ jobs:
284287 name : " check-ap-${{ matrix.smoke-suite }} :: ${{ matrix.version }}"
285288 needs : [prepare, build-k0s]
286289
290+ if : " false"
287291 uses : ./.github/workflows/smoketest.yaml
288292 with :
289293 arch : amd64
You can’t perform that action at this time.
0 commit comments