Skip to content

Commit

Permalink
Don't run SonarCloud Scan from fork PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
golles authored Jul 14, 2024
1 parent 1fa7964 commit 4dd7cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
fail_ci_if_error: true

- name: SonarCloud Scan
if: github.event.pull_request.head.repo.fork == false
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4dd7cfd

Please sign in to comment.