DaanHoogland commented on code in PR #8058: URL: https://github.com/apache/cloudstack/pull/8058#discussion_r1350574888
########## .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: but only if they create a PR from their own repo to their own repo, so they have control on whether they create the token or not. -- 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]
