improve: don't run sonar on dependabot PRs by csviri · Pull Request #3243 · operator-framework/java-operator-sdk
Pull request overview
This PR updates the Sonar GitHub Actions workflow to avoid running the Sonar (build/analyze) job when the workflow is triggered by Dependabot, preventing unnecessary/failed Sonar runs on automated dependency update PRs.
Changes:
- Adds a job-level
if:guard to skip execution whengithub.actorisdependabot[bot].
You can also share your feedback on Copilot code review. Take the survey.