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: