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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
