diff --git a/.github/workflows/android-app-reproducible.yml b/.github/workflows/android-app-reproducible.yml index 904955484fe2..30dbfaa124d1 100644 --- a/.github/workflows/android-app-reproducible.yml +++ b/.github/workflows/android-app-reproducible.yml @@ -34,11 +34,11 @@ jobs: container: image: ${{ needs.prepare.outputs.container_image }} strategy: + fail-fast: true matrix: include: build-id: a build-id: b - steps: - name: Fix HOME path run: echo "HOME=/root" >> $GITHUB_ENV