Skip to content

Commit 2bc552d

Browse files
authored
Ignore SonarQube CI Step on dependabot
1 parent 71b8daa commit 2bc552d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Build with Maven
4242
run: ./mvnw -B clean verify -DcommonConfig.jarSign.skip=true
4343
- name: Analyze with SonaQube
44+
if: ${{ github.actor != 'dependabot[bot]' }}
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4647
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)