Skip to content

Commit

Permalink
Disable sonarcloud for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Jul 2, 2024
1 parent fee4922 commit d415a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: poetry run coverage xml

- name: SonarCloud Scan
if: matrix.python-version == '3.11'
if: matrix.python-version == '3.11' && github.actor != 'dependabot[bot]'
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit d415a80

Please sign in to comment.