Skip to content

Commit adeedf1

Browse files
committed
Disable temporary SonarCloud
1 parent d594342 commit adeedf1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
cache: 'maven'
2626
- name: Build with Maven
2727
run: ./mvnw -B verify javadoc:javadoc
28-
- name: Sonar Analysis
29-
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
30-
run: ./mvnw -B sonar:sonar
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28+
# - name: Sonar Analysis
29+
# if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
30+
# run: ./mvnw -B sonar:sonar
31+
# env:
32+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)