From fd99638d76c4072d6796892c7b97e6c698060837 Mon Sep 17 00:00:00 2001 From: Nicolas Guillard Date: Mon, 8 Apr 2024 21:55:14 +0200 Subject: [PATCH] feature(ci): #RE-1662 no wait for build --- .github/workflows/release-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}'