You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by xy...@apache.org on 2023/08/22 22:41:29 UTC

[helix] branch ApplicationClusterManager updated: Add CI test config for ApplicationClusterManager branch (#2605)

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

xyuanlu pushed a commit to branch ApplicationClusterManager
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/ApplicationClusterManager by this push:
     new ec5ba7578 Add CI test config for ApplicationClusterManager branch (#2605)
ec5ba7578 is described below

commit ec5ba75783af765b77a07b707036bc86c4431c6a
Author: xyuanlu <xy...@gmail.com>
AuthorDate: Tue Aug 22 15:41:21 2023 -0700

    Add CI test config for ApplicationClusterManager branch (#2605)
---
 .github/workflows/Helix-PR-CI.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/Helix-PR-CI.yml b/.github/workflows/Helix-PR-CI.yml
index b0547facd..d86c8d8af 100644
--- a/.github/workflows/Helix-PR-CI.yml
+++ b/.github/workflows/Helix-PR-CI.yml
@@ -1,7 +1,7 @@
 name: Helix PR CI
 on:
   pull_request:
-    branches: [ master, metaclient ] # TODO: remove side branch
+    branches: [ master, metaclient, ApplicationClusterManager] # TODO: remove side branch
     paths-ignore:
       - '.github/**'
       - 'helix-front/**'