Skip to content

Commit

Permalink
ci: sonarqube-scan does not run when merging from dependabot (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing authored Jun 28, 2024
1 parent b941a15 commit b111f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
sonarqube:
if: ${{ github.actor != 'dependabot[bot]' }}
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b111f6a

Please sign in to comment.