Skip to content

Commit

Permalink
Always() added to if
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Dec 5, 2024
1 parent 1b5de88 commit 0d745ae
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 }} && ${{ github.event.inputs.e2e_tests_infra_flavor == 'stagemole' }}
if: always() && ${{ 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 0d745ae

Please sign in to comment.