This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new ea18b866844 .github: disable Sonar check on forks as it requires
crendential (#7199)
ea18b866844 is described below
commit ea18b866844ca59530531b3d47e20d614a2acc5a
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Feb 13 11:58:05 2023 +0100
.github: disable Sonar check on forks as it requires crendential (#7199)
---
.github/workflows/sonar-check.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/sonar-check.yml
b/.github/workflows/sonar-check.yml
index 1673943904e..2e8c28a3ce6 100644
--- a/.github/workflows/sonar-check.yml
+++ b/.github/workflows/sonar-check.yml
@@ -25,6 +25,7 @@ concurrency:
jobs:
build:
+ if: github.repository == 'apache/cloudstack'
name: Sonar JaCoCo Coverage
runs-on: ubuntu-22.04
steps: