This is an automated email from the ASF dual-hosted git repository. harishgokul01 pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit 5c8fbf481e022a2f250a5b1e82a0c770c475de5b Author: harish876 <[email protected]> AuthorDate: Mon Jan 26 05:31:36 2026 +0000 adding nexus for deployment check --- .github/deploy-ecosystem-configs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/deploy-ecosystem-configs.json b/.github/deploy-ecosystem-configs.json index 688b95a4..5d777c3c 100644 --- a/.github/deploy-ecosystem-configs.json +++ b/.github/deploy-ecosystem-configs.json @@ -9,6 +9,10 @@ "name": "Beacon", "path": "ecosystem/ai-tools/beacon", "skip": true + }, + { + "name": "Nexus", + "path": "ecosystem/ai-tools/nexus" } ] }
