Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Dependabot should not be verified by SonarQube analysis
  • Loading branch information
arlange authored Jan 9, 2025
1 parent 16db245 commit 6911cc9
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 @@ -84,6 +84,7 @@ jobs:
sonar:
name: SonarQube analysis
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]'}}
needs: [verify]
strategy:
fail-fast: true
Expand Down

0 comments on commit 6911cc9

Please sign in to comment.