Skip to content

Commit 52e44da

Browse files
committed
diffscope review: continue-on-error on Run DiffScope so image pull failure never fails job
Made-with: Cursor
1 parent 1478809 commit 52e44da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/diffscope.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Run DiffScope
5050
if: steps.check_key.outputs.skip != 'true' && steps.check_image.outputs.available == 'true'
5151
uses: docker://ghcr.io/evalops/diffscope:latest
52+
continue-on-error: true
5253
env:
5354
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
5455
with:

0 commit comments

Comments
 (0)