Skip to content

Commit 5142fbc

Browse files
committed
chore: add continue on errors to artifact fetching
1 parent 1b2c5b1 commit 5142fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
steps:
235235
- name: Load outputs
236236
uses: actions/download-artifact@v3
237+
continue-on-error: true
237238
with:
238239
name: outputs
239240
path: outputs

0 commit comments

Comments
 (0)