From 5e4a5bdcf7491e3b6937bc2e45ecc7c278dbeb47 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Wed, 14 Jan 2026 19:39:25 -0600 Subject: [PATCH] Disabled switch workflows for now --- .github/workflows/main.yml | 1 + .github/workflows/switch.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97351b7d..8a21fcad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -194,6 +194,7 @@ jobs: gamecontrollerdb.txt build-switch: + if: false needs: generate-port-o2r runs-on: ubuntu-latest container: diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index 5ece214c..7e7f8363 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -3,6 +3,7 @@ on: [pull_request] jobs: build-switch: + if: false runs-on: ubuntu-latest container: image: devkitpro/devkita64:20241023