Skip to content

Commit

Permalink
switched to always statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosz committed Dec 2, 2023
1 parent 5717da3 commit fd16345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Upload lint sarif
uses: github/codeql-action/upload-sarif@v2
if: success() || failure()
if: always()
with:
sarif_file: fe2-android/app/build/reports/lint-results-debug.sarif
category: lint
Expand Down

0 comments on commit fd16345

Please sign in to comment.