From bc411d8ce18bd19bb68de8269c107d6272a2aed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sun, 27 Aug 2023 21:16:14 +0200 Subject: [PATCH] Do not run aarch64 Linux tests by default The Fedora tests take very long. I can run them before a release. Also, I develop the Linux version on aarch64, anyway, so usually it is fine. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 203e1f0..3f4ff33 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ on: options: - 'yes' - 'no' - default: 'yes' + default: 'no' inpmacos: description: | Build macOS @@ -124,7 +124,7 @@ jobs: fi linux-build-aarch64: - if: ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }} + if: ${{ github.event.inputs.inplinuxaarch64 == 'yes' }} runs-on: [linux-arm64] name: Linux build aaarch env: