diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8957e9a..00dd78f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@v5 + if: vars.SONAR_SKIP != 'TRUE' env: SONAR_TOKEN: ${{ secrets.SONARQUBE_PUBLIC_API_KEY }} SONAR_HOST_URL: https://sonarqube.collibra.dev