We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2d2b4 commit 8392c93Copy full SHA for 8392c93
.github/workflows/android-perf.yml
@@ -205,6 +205,7 @@ jobs:
205
206
# Let's see how expensive this job is, we might want to tone it down by running it periodically
207
benchmark-on-device:
208
+ if: always()
209
permissions:
210
id-token: write
211
contents: read
.github/workflows/apple-perf.yml
@@ -279,6 +279,7 @@ jobs:
279
path: ${{ runner.temp }}/artifacts/
280
281
282
283
needs:
284
- set-parameters
285
- upload-benchmark-app
0 commit comments