Skip to content

Commit d18e381

Browse files
committed
don't comment on sonar check task
1 parent 1a7b07f commit d18e381

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sonar-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
-Dsonar.host.url=https://sonarcloud.io \
6969
-Dsonar.organization=${{ github.repository_owner }} \
7070
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }} \
71-
-Dsonar.qualitygate.wait=false
71+
-Dsonar.qualitygate.wait=false \
72+
-Dsonar.pullrequest.github.summary_comment=false

0 commit comments

Comments
 (0)