From aa9d93c485cb86988c37cfafb0d3fe2088002153 Mon Sep 17 00:00:00 2001 From: yodamad Date: Mon, 2 Sep 2024 11:56:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AB=20Disable=20Sonar=20for=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0cfec1e..f895c91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,7 @@ jobs: - name: Install git-svn run: sudo apt-get install --yes git git-svn expect - name: 🔍 Analyze code with SonarQube + continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}