diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index ac2a8c1409..cae2f07edd 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -144,14 +144,13 @@ jobs: retention-days: 7 core_emu_arm: - if: github.event_name == 'schedule' name: Build emu arm runs-on: ubuntu-latest-arm64 needs: param strategy: fail-fast: false matrix: - model: [T2T1, T3B1, T3T1, T3W1] + model: [T3W1] coins: [universal] type: [debuglink] asan: [noasan] @@ -775,8 +774,8 @@ jobs: if: github.event_name != 'schedule' runs-on: ubuntu-latest needs: - # Do not include ARM, they are only built on nightly - core_emu + - core_emu_arm steps: - uses: actions/download-artifact@v4 with: