We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c7c2b commit 0cc1e49Copy full SHA for 0cc1e49
1 file changed
.github/workflows/maven.yml
@@ -44,7 +44,6 @@ jobs:
44
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
45
restore-keys: ${{ runner.os }}-m2
46
- name: Build with Maven and analyze with SonarQube
47
- if: ${{ github.event_name == 'push' }}
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
50
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments