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

yihua pushed a commit to branch release-0.15.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-0.15.0 by this push:
     new f80c4163b19 [MINOR] Change release candidate validation target
f80c4163b19 is described below

commit f80c4163b19d67a4278dacd9fe84f70b4e0ab2ad
Author: Y Ethan Guo <[email protected]>
AuthorDate: Mon May 27 02:25:46 2024 -0700

    [MINOR] Change release candidate validation target
---
 .github/workflows/release_candidate_validation.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release_candidate_validation.yml 
b/.github/workflows/release_candidate_validation.yml
index 451e3b6c8fb..6e2077102b4 100644
--- a/.github/workflows/release_candidate_validation.yml
+++ b/.github/workflows/release_candidate_validation.yml
@@ -20,8 +20,8 @@ jobs:
   validate-release-candidate-bundles:
     runs-on: ubuntu-latest
     env:
-      HUDI_VERSION: 0.14.1
-      STAGING_REPO_NUM: 1123
+      HUDI_VERSION: 0.15.0
+      STAGING_REPO_NUM: 1135
     strategy:
       matrix:
         include:

Reply via email to