Skip to content

Commit 3bad6d8

Browse files
author
Guang Yang
committed
Updated the workflow to upload models to S3
1 parent a4d67e2 commit 3bad6d8

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
@@ -178,6 +178,7 @@ jobs:
178178
upload-models:
179179
needs: export-models
180180
runs-on: linux.2xlarge
181+
if: always() # Continue this job regardless of previous job outcome
181182
steps:
182183
- name: Download the models from GitHub
183184
uses: actions/download-artifact@v3

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
upload-models:
178178
needs: export-models
179179
runs-on: linux.2xlarge
180+
if: always() # Continue this job regardless of previous job outcome
180181
steps:
181182
- name: Download the models from GitHub
182183
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)