From 115307b2aa71a1d87e2b8329d60fd76bd41f366f Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 9 Aug 2026 22:31:36 -0700 Subject: [PATCH] ci: revert repo gate on platform tests Job-level if is only evaluated by gitea when a runner with matching labels fetches the task; with no mac/windows/arm runners the jobs queue forever. Disable the workflow on the instance instead. --- .github/workflows/platform.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/platform.yml b/.github/workflows/platform.yml index 21c745d679..98f15727a3 100644 --- a/.github/workflows/platform.yml +++ b/.github/workflows/platform.yml @@ -24,7 +24,6 @@ jobs: unittestmacos: name: MacOS (unit) - if: github.repository == 'tinygrad/tinygrad' runs-on: macos-26 timeout-minutes: 20 steps: @@ -52,7 +51,6 @@ jobs: unittestmacosmock: name: MacOS (unit, mock) - if: github.repository == 'tinygrad/tinygrad' runs-on: macos-26 timeout-minutes: 20 steps: @@ -90,7 +88,6 @@ jobs: matrix: group: [1, 2] name: MacOS (DEV=METAL) (${{ matrix.group }}) - if: github.repository == 'tinygrad/tinygrad' runs-on: macos-26 timeout-minutes: 20 env: @@ -123,7 +120,6 @@ jobs: - 'WEBGPU' name: MacOS (DEV=${{ matrix.dev }}) - if: github.repository == 'tinygrad/tinygrad' runs-on: macos-26 timeout-minutes: 20 steps: @@ -160,7 +156,6 @@ jobs: - 'WEBGPU' name: Windows (DEV=${{ matrix.dev }}) - if: github.repository == 'tinygrad/tinygrad' runs-on: windows-2025 timeout-minutes: 15 steps: @@ -187,7 +182,6 @@ jobs: qcomclcompiletests: name: Compile-only (QCOM CL) - if: github.repository == 'tinygrad/tinygrad' runs-on: ubuntu-24.04-arm timeout-minutes: 15 steps: