diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 06114dd244d..35d3568c418 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -205,6 +205,7 @@ jobs: # Let's see how expensive this job is, we might want to tone it down by running it periodically benchmark-on-device: + if: always() permissions: id-token: write contents: read diff --git a/.github/workflows/apple-perf.yml b/.github/workflows/apple-perf.yml index c03a49832f0..7de73a23ff4 100644 --- a/.github/workflows/apple-perf.yml +++ b/.github/workflows/apple-perf.yml @@ -279,6 +279,7 @@ jobs: path: ${{ runner.temp }}/artifacts/ benchmark-on-device: + if: always() needs: - set-parameters - upload-benchmark-app