Skip to content

Commit cf4f145

Browse files
committed
fix(deploy): tolerate missing ETL artifacts
1 parent c33d212 commit cf4f145

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy_frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
- name: Download ETL artifact (workflow_run)
3838
if: ${{ github.event_name == 'workflow_run' }}
39+
continue-on-error: true
3940
uses: dawidd6/action-download-artifact@v2
4041
with:
4142
run_id: ${{ github.event.workflow_run.id }}
@@ -45,6 +46,7 @@ jobs:
4546

4647
- name: Download ETL artifact (latest main)
4748
if: ${{ github.event_name != 'workflow_run' }}
49+
continue-on-error: true
4850
uses: dawidd6/action-download-artifact@v2
4951
with:
5052
workflow: ETL Weekly Data Refresh

0 commit comments

Comments
 (0)