diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e904ba6..6a43f67 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,6 +40,7 @@ jobs: run: ./mvnw verify - name: Analyze with Sonar + if: vars.SONAR_ENABLED == 'true' env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}