Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

fix(sage-monorepo): run Sonar on PRs that originates from this repo #2600

Closed tschaffter closed 6 months ago

tschaffter commented 6 months ago

Closes #2599

UPDATE: The issue with adding the trigger pull_request is that it triggers another check, but we don't want to run twice the Sonar check.

Test

I will test this fix after merging to main by creating a same-repo PR.

Preview

Actually adding the trigger pull_request creates a new check that fails.

image
tschaffter commented 6 months ago

See this comment. The current workflow should work fine so I'll close this PR.