From ec0a66953f59a6ab50d1639cec110627a1e69104 Mon Sep 17 00:00:00 2001 From: Marcel Steinbeck Date: Fri, 15 Dec 2023 12:25:19 +0100 Subject: [PATCH] Disable sonar analysis step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc57835..efbbe7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: restore-keys: ${{ runner.os }}-gradle - name: Sonar Analysis - if: runner.os == 'Linux' + if: ${{ false }} shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}