stevedlawrence opened a new pull request #336: Only run the SonarCloud action when triggered in the Daffodil repo URL: https://github.com/apache/incubator-daffodil/pull/336 The SonarCloud action is currently configured to always run on any push, regardless of the repo that the branch was pushed to, including the main repo or any GitHub forks. And that action is configured to always use the Apache Daffodil SonarCloud project, which requires a SONAR_TOKEN secret that forks will not have. This means that any pushes to a fork will result in a failure of the SonarCloud action, which might be confusing to new users. This adds a condition to the SonarCloud job so that it is only run when the repository it was triggered from is the main Daffodil repository. This repo will always have the correct SONAR_TOKEN so that the action can succeed. DAFFODIL-2300
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
