Skip to content

Commit

Permalink
ci: continue on error imgur
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 25, 2024
1 parent 6626602 commit f75166e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:

- name: Upload benchmark images
uses: devicons/[email protected]
continue-on-error: true
id: imgur_step
with:
client_id: ${{secrets.IMGUR_CLIENT_ID}}
Expand All @@ -150,6 +151,7 @@ jobs:
uses: mshick/add-pr-comment@v2
id: comment_pr
if: ${{ github.event.pull_request != '' }}
continue-on-error: true
with:
message-id: bench-${{ github.job }}-${{ env.RUNNER_LABEL }}
message: |
Expand Down

0 comments on commit f75166e

Please sign in to comment.