ci: disable aarch64 tests (#1638)

This commit is contained in:
sh
2025-09-15 08:02:34 +00:00
committed by GitHub
parent 2737e7d602
commit b020a08ea0

View File

@@ -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: