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 7c90645 + 8b25212 commit e95feddCopy full SHA for e95fedd
.github/workflows/sonar.yaml
@@ -12,7 +12,7 @@ jobs:
12
sonarcloud:
13
name: SonarCloud
14
runs-on: ubuntu-latest
15
- if: ${{ github.repository_owner == 'nrkno' }}
+ if: ${{ github.repository_owner == 'nrkno' && !github.event.pull_request.head.repo.fork }}
16
17
steps:
18
- uses: actions/checkout@v4
0 commit comments