Skip to content

Commit f75166e

Browse files
committed
ci: continue on error imgur
1 parent 6626602 commit f75166e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bench.yml

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

138138
- name: Upload benchmark images
139139
uses: devicons/[email protected]
140+
continue-on-error: true
140141
id: imgur_step
141142
with:
142143
client_id: ${{secrets.IMGUR_CLIENT_ID}}
@@ -150,6 +151,7 @@ jobs:
150151
uses: mshick/add-pr-comment@v2
151152
id: comment_pr
152153
if: ${{ github.event.pull_request != '' }}
154+
continue-on-error: true
153155
with:
154156
message-id: bench-${{ github.job }}-${{ env.RUNNER_LABEL }}
155157
message: |

0 commit comments

Comments
 (0)