From b020a08ea061ae0c07fb29581a0f679eb143ca14 Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:02:34 +0000 Subject: [PATCH] ci: disable aarch64 tests (#1638) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba4bfce6a..08e8d513b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -265,7 +265,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Test - if: matrix.should_run == true + if: matrix.should_run == true && matrix.arch == 'x86-64' timeout-minutes: 120 shell: bash env: