We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e5326 + 4e23b80 commit 4790212Copy full SHA for 4790212
.github/workflows/build-test-and-sonar.yml
@@ -87,6 +87,7 @@ jobs:
87
sed -i 's@/home/runner/work/power-grid-model-io/power-grid-model-io@/github/workspace@g' coverage.xml
88
89
- name: SonarCloud Scan
90
+ if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'PowerGridModel') }}
91
uses: SonarSource/sonarcloud-github-action@master
92
env:
93
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments