We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e82163 commit 9ee7cbaCopy full SHA for 9ee7cba
.github/workflows/build_deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build with Maven
42
run: ./mvnw -B clean verify -DcommonConfig.jarSign.skip=true
43
- name: Analyze with SonaQube
44
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
47
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments