Skip to content

Commit

Permalink
ci: don't switch arch if new
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 30, 2024
1 parent f16627e commit e20d53d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
uses: ./.github/actions/setup

- name: Convert Arch
if: ${{matrix.arch}} == 'old'
run: yarn ${{matrix.arch}}

- name: Cache turborepo for Android
Expand Down Expand Up @@ -144,8 +145,8 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Convert Arch
run: yarn ${{matrix.arch}}
# - name: Convert Arch
# run: yarn ${{matrix.arch}}

- name: Cache turborepo for iOS
uses: actions/cache@v4
Expand Down

0 comments on commit e20d53d

Please sign in to comment.