From ef1030ff0b007ad99c155166df515d6a3177b5c2 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Wed, 27 Aug 2025 23:22:12 -0700 Subject: [PATCH] Update build.yml - disable gradle CI failures Both of this are failing and blocking other non-related PRs, disabling for now. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 803ffc1ca..1178c7776 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -310,6 +310,7 @@ jobs: build-android: name: Build Android (on Linux) + if: false #disabled due to continual failure runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 @@ -418,6 +419,7 @@ jobs: build-kotlin-linux: name: Build Kotlin Linux + if: false #disabled due to continual failure runs-on: ubuntu-24.04 steps: - name: Checkout