Stops running sonar.yml on forks

This commit is contained in:
Lukasz Lenart
2024-01-24 17:28:52 +01:00
committed by GitHub
parent 2de30e72a9
commit 2513fcb292
+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: