This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch HDDS-10993 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit e489e8d0c919a010d6a3ccbd02744fbe7faf2f91 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Jun 8 14:01:18 2024 +0200 enable store only in apache/ozone repo --- .mvn/gradle-enterprise.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index 17c47ad671..beace22bba 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -45,7 +45,7 @@ </local> <remote> <enabled>true</enabled> - <storeEnabled>#{isTrue(env['GITHUB_ACTIONS'])}</storeEnabled> + <storeEnabled>#{isTrue(env['GITHUB_ACTIONS']) and env['GITHUB_REPOSITORY'] == 'apache/ozone'}</storeEnabled> </remote> </buildCache> </gradleEnterprise> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
