From 9ef10eb8875794a81699447fed4eace703decdb3 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 19 Apr 2024 11:35:55 +0200 Subject: [PATCH] ci(github): Trivially simplify the `always()` condition Signed-off-by: Sebastian Schuberth --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 23ae5d7d8696..08da0f12693e 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -48,7 +48,7 @@ jobs: run: ./gradlew detektMain detektTestFixtures detektTest detektFunTest - name: Upload SARIF File uses: github/codeql-action/upload-sarif@v3 - if: ${{ always() }} # Upload even if the previous step failed. + if: always() # Upload even if the previous step failed. with: sarif_file: build/reports/detekt/merged.sarif markdown-links: