Skip to content

Commit

Permalink
Stops running sonar.yml on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jan 24, 2024
1 parent 2de30e7 commit 2513fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2513fcb

Please sign in to comment.