Skip to content

Commit

Permalink
Merge pull request #862 from apache/lukaszlenart-patch-1
Browse files Browse the repository at this point in the history
Stops running sonar.yml on forks
  • Loading branch information
lukaszlenart committed Jan 24, 2024
2 parents 7843cd5 + 2513fcb commit 5057aea
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 5057aea

Please sign in to comment.