diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index cf9ca4314..482fa1c71 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -34,7 +34,7 @@ on: options: - 'yes' - 'no' - default: 'yes' + default: 'no' linux-arm64: description: 'Build arm64 Linux packages' required: true @@ -229,7 +229,7 @@ jobs: macos-m1: runs-on: [macos-arm64] - if: ${{ github.event.inputs.macos-m1 == '' || github.event.inputs.macos-m1 == 'yes' }} + if: ${{ github.event.inputs.macos-m1 == 'yes' }} name: macos arm64 pak binaries env: RVERSIONS: "4.1-arm64 4.2-arm64 4.3-arm64 4.4-arm64"