You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2019/11/25 12:57:06 UTC

[hadoop-ozone] 01/01: HDDS-2627. Skip sonar check in forks

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch HDDS-2627
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 90f7f060d29ebace7e3154fa852a303c0cd4c205
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Mon Nov 25 13:56:13 2019 +0100

    HDDS-2627. Skip sonar check in forks
    
    Closes #266
---
 .github/workflows/post-commit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index b10d270..5097be4 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -59,6 +59,7 @@ jobs:
           with:
              args: ./hadoop-ozone/dev-support/checks/unit.sh
         - uses: ./.github/buildenv
+          if: github.repository == 'apache/hadoop-ozone'
           with:
             args: ./hadoop-ozone/dev-support/checks/sonar.sh
           env:


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org