diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index f7fbfba610c9..788f65c17482 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -477,7 +477,7 @@ jobs: - name: Upload instrumentation report (${{ matrix.test-type }}) uses: actions/upload-artifact@v4 - if: ${{ matrix.test-repeat != 0 }} + if: always() && matrix.test-repeat != 0 with: name: ${{ matrix.test-type }}-instrumentation-report path: ${{ steps.prepare-report-dir.outputs.report_dir }}