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: