diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f466f95..0e669f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,6 +48,7 @@ jobs: name: SonarCloud Analysis runs-on: ubuntu-latest needs: build + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout repository uses: actions/checkout@v7