Skip to content

Commit 6305635

Browse files
authored
Merge branch 'main' into dependabot/maven/org.openjdk.jmh-jmh-generator-annprocess-1.36
2 parents 4dfb09c + 2bc552d commit 6305635

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)