Merge pull request #862 from apache/lukaszlenart-patch-1

Stops running sonar.yml on forks
This commit is contained in:
Lukasz Lenart
2024-01-24 18:02:22 +01:00
committed by GitHub
+1
View File
@@ -31,6 +31,7 @@ jobs:
sonarcloud:
name: Scan
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
with: