diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 39e727362..ce71a9ed7 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -23,7 +23,7 @@ jobs: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: ⚙️ Compile android - run: npx eas build --platform android --profile=development + run: npx eas build --platform android --profile=development --no-wait concurrency: group: '${{ github.workflow }}-${{ github.ref }}'