Skip to content

Commit 8392c93

Browse files
committed
Continue benchmark other models even if one fails to export
1 parent cd2d2b4 commit 8392c93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
206206
# Let's see how expensive this job is, we might want to tone it down by running it periodically
207207
benchmark-on-device:
208+
if: always()
208209
permissions:
209210
id-token: write
210211
contents: read

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ jobs:
279279
path: ${{ runner.temp }}/artifacts/
280280

281281
benchmark-on-device:
282+
if: always()
282283
needs:
283284
- set-parameters
284285
- upload-benchmark-app

0 commit comments

Comments
 (0)