Skip to content

Commit

Permalink
dont run sonarcloud upload when PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 7, 2023
1 parent 52bf504 commit bf19efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bf19efe

Please sign in to comment.