mirror of https://github.com/apache/cloudstack.git
.github: run Sonar Check only on PRs from apache/cloudstack branches (#8058)
This PR fixes #8050
(cherry picked from commit 864a195868)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
db54a09860
commit
f570934482
|
|
@ -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