.github: disable Sonar check on forks as it requires crendential (#7199)

This commit is contained in:
Wei Zhou 2023-02-13 11:58:05 +01:00 committed by GitHub
parent dcf01f7bef
commit ea18b86684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ concurrency:
jobs:
build:
if: github.repository == 'apache/cloudstack'
name: Sonar JaCoCo Coverage
runs-on: ubuntu-22.04
steps: