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 <[email protected]>
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/**'