Skip to content

Commit b020a08

Browse files
authored
ci: disable aarch64 tests (#1638)
1 parent 2737e7d commit b020a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
266266

267267
- name: Test
268-
if: matrix.should_run == true
268+
if: matrix.should_run == true && matrix.arch == 'x86-64'
269269
timeout-minutes: 120
270270
shell: bash
271271
env:

0 commit comments

Comments
 (0)