diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0a15037..e904ba6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,7 +40,6 @@ jobs: run: ./mvnw verify - name: Analyze with Sonar - if: gitea.ref == 'refs/heads/main' env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}