Skip to content

Commit

Permalink
Merge pull request #44865 from yrodiere/sonar-cloud-on-forks
Browse files Browse the repository at this point in the history
Disable Sonarcloud analysis on forks
  • Loading branch information
yrodiere authored Dec 2, 2024
2 parents 52aee64 + c977d51 commit 8bfec22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkus'

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8bfec22

Please sign in to comment.