We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf04a1 commit 3879b07Copy full SHA for 3879b07
1 file changed
.github/workflows/checks.yml
@@ -132,6 +132,7 @@ jobs:
132
sonarcloud:
133
name: Sonarcloud
134
needs: [test-units-and-cover, test-integrations-and-cover]
135
+ if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
136
runs-on: ubuntu-latest
137
steps:
138
- name: Checkout
0 commit comments