This is an automated email from the ASF dual-hosted git repository. xyuanlu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit 7fe7d0a303a9a217ec10a2f0006906c0db5c9c4b 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/**'
