weizhouapache commented on code in PR #8058: URL: https://github.com/apache/cloudstack/pull/8058#discussion_r1350715573
########## .github/workflows/sonar-check.yml: ########## @@ -28,7 +28,7 @@ concurrency: jobs: build: - if: github.repository == 'apache/cloudstack' + if: github.repository == 'apache/cloudstack' && github.event.pull_request.head.repo.full_name == github.repository Review Comment: Right... Let's assume that most users do not have sonar token, so we run sonar check only on apache/cloudstack repository. Make sense ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
