Skip to content

Commit 664b27c

Browse files
AlexTMjugadorandrews05
authored andcommitted
Do not fail workflow on static analysis results upload failures
When Clippy finds lints, it already aborts the workflow. No double failure is needed.
1 parent 0506418 commit 664b27c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/oxipng.yml

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
- name: Upload analysis results to GitHub
157157
uses: github/codeql-action/upload-sarif@v3
158158
if: always() && matrix.target == 'x86_64-unknown-linux-gnu'
159+
continue-on-error: true
159160
with:
160161
sarif_file: clippy-results.sarif
161162
category: clippy

0 commit comments

Comments
 (0)