Skip to content

Commit

Permalink
Do not fail workflow on static analysis results upload failures
Browse files Browse the repository at this point in the history
When Clippy finds lints, it already aborts the workflow. No double
failure is needed.
  • Loading branch information
AlexTMjugador authored and andrews05 committed Jul 11, 2024
1 parent 0506418 commit 664b27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oxipng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
if: always() && matrix.target == 'x86_64-unknown-linux-gnu'
continue-on-error: true
with:
sarif_file: clippy-results.sarif
category: clippy
Expand Down

0 comments on commit 664b27c

Please sign in to comment.