Skip to content

Commit e95fedd

Browse files
authored
Merge pull request #1224 from nytamin/chore/sonar-skip-on-external-prs
SonarCloud skip on external prs
2 parents 7c90645 + 8b25212 commit e95fedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sonarcloud:
1313
name: SonarCloud
1414
runs-on: ubuntu-latest
15-
if: ${{ github.repository_owner == 'nrkno' }}
15+
if: ${{ github.repository_owner == 'nrkno' && !github.event.pull_request.head.repo.fork }}
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)