Skip to content

Commit

Permalink
If stagemole infra flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Dec 5, 2024
1 parent c181649 commit 1b5de88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1b5de88

Please sign in to comment.