Skip to content

Commit 3566994

Browse files
committed
Temporary disable uninteresting jobs
Signed-off-by: Tom Wieczorek <[email protected]>
1 parent 87336f0 commit 3566994

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)