Skip to content

Commit 3879b07

Browse files
authored
fix: disable Sonarcloud for external PRs (#420)
1 parent 9cf04a1 commit 3879b07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
sonarcloud:
133133
name: Sonarcloud
134134
needs: [test-units-and-cover, test-integrations-and-cover]
135+
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
135136
runs-on: ubuntu-latest
136137
steps:
137138
- name: Checkout

0 commit comments

Comments
 (0)