DaanHoogland commented on code in PR #8058:
URL: https://github.com/apache/cloudstack/pull/8058#discussion_r1350463157
##########
.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:
```suggestion
if: github.event.pull_request.head.repo.full_name == github.repository
```
i.e. people may run sonar on their own forks?
--
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]