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 41bc1ce commit d7a7ec6Copy full SHA for d7a7ec6
.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
@@ -179,6 +179,7 @@ jobs:
185
0 commit comments