We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d212 commit cf4f145Copy full SHA for cf4f145
1 file changed
.github/workflows/deploy_frontend.yml
@@ -36,6 +36,7 @@ jobs:
36
37
- name: Download ETL artifact (workflow_run)
38
if: ${{ github.event_name == 'workflow_run' }}
39
+ continue-on-error: true
40
uses: dawidd6/action-download-artifact@v2
41
with:
42
run_id: ${{ github.event.workflow_run.id }}
@@ -45,6 +46,7 @@ jobs:
45
46
47
- name: Download ETL artifact (latest main)
48
if: ${{ github.event_name != 'workflow_run' }}
49
50
51
52
workflow: ETL Weekly Data Refresh
0 commit comments