mirror of https://github.com/apache/cloudstack.git
.github: disable Sonar check on forks as it requires crendential (#7199)
This commit is contained in:
parent
dcf01f7bef
commit
ea18b86684
|
|
@ -25,6 +25,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'apache/cloudstack'
|
||||
name: Sonar JaCoCo Coverage
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue