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 a4d67e2 commit 3bad6d8Copy full SHA for 3bad6d8
.github/workflows/android-perf.yml
@@ -178,6 +178,7 @@ jobs:
178
upload-models:
179
needs: export-models
180
runs-on: linux.2xlarge
181
+ if: always() # Continue this job regardless of previous job outcome
182
steps:
183
- name: Download the models from GitHub
184
uses: actions/download-artifact@v3
.github/workflows/apple-perf.yml
@@ -177,6 +177,7 @@ jobs:
177
0 commit comments