mirror of https://github.com/apache/cloudstack.git
.github: run Sonar Check only on PRs from apache/cloudstack branches (#8058)
This PR fixes #8050
This commit is contained in:
parent
a9f3af85cb
commit
864a195868
|
|
@ -28,7 +28,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'apache/cloudstack'
|
||||
if: github.repository == 'apache/cloudstack' && github.event.pull_request.head.repo.full_name == github.repository
|
||||
name: Sonar JaCoCo Coverage
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue