Skip to content

Commit

Permalink
Merge pull request #648 from vitruv-tools/disable-sonar-dependabot
Browse files Browse the repository at this point in the history
disable SonarQube analysis for dependabot PRs
  • Loading branch information
arlange authored Jan 9, 2025
2 parents 16db245 + 6b6c83c commit 8053e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
name: SonarQube analysis
runs-on: ubuntu-latest
needs: [verify]
if: github.actor != 'dependabot[bot]'
strategy:
fail-fast: true

Expand Down

0 comments on commit 8053e02

Please sign in to comment.