diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 767a53a..05861f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,6 +64,7 @@ jobs: - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master + continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}