Skip to content

Commit bbf6f49

Browse files
committed
build: disable SonarCloud for fork pull requests
1 parent a1b7565 commit bbf6f49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sonar.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build
11+
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
1112
runs-on: ubuntu-22.04
1213
steps:
1314
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)