diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 653dbe3..42c65b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,6 +61,7 @@ jobs: uses: codecov/codecov-action@v3 - name: ☁️ Analyze with SonarCloud + if: github.event_name != 'pull_request' uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}