From 190ec98e8a27ab8589157ed959baa2863e6806e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Mon, 30 Dec 2024 17:59:48 +0000 Subject: [PATCH] Disable platform checks --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9414a87429c..3fa37f3cef40 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -520,7 +520,8 @@ jobs: # features here and there, see the `include` matrix for more details. platform_checks: needs: determine - if: needs.determine.outputs.platform-checks + # NOTE(dhil): Disabled as the platforms are currently unsupported. + if: false && needs.determine.outputs.platform-checks name: "Platform: ${{ matrix.target }}" runs-on: ${{ matrix.os }} strategy: