From 1b5de8821d3c09d125a0109f04be94cf3bb846e3 Mon Sep 17 00:00:00 2001 From: Niklas Berglund Date: Tue, 3 Dec 2024 16:55:03 +0100 Subject: [PATCH] If stagemole infra flavor --- .github/workflows/android-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index b48470014631..2d3f46ed21dc 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -552,7 +552,7 @@ jobs: - name: Upload e2e instrumentation report uses: actions/upload-artifact@v4 - if: ${{ matrix.test-repeat != 0 }} + if: ${{ matrix.test-repeat != 0 }} && ${{ github.event.inputs.e2e_tests_infra_flavor == 'stagemole' }} with: name: e2e-instrumentation-report path: ${{ steps.prepare-report-dir.outputs.report_dir }}