From 098661387b9668665ddf2cced353714aa8485569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=BCrl?= Date: Thu, 20 Jun 2024 22:42:40 +0200 Subject: [PATCH] disable sonar --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20f243c..241ed2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,8 @@ jobs: run: poetry build - uses: sonarsource/sonarqube-scan-action@master - if: matrix.python-version == '3.8' + # if: matrix.python-version == '3.8' + if: false env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}