From 2d1a59ac5fecbfda007d5af63d62e388fdcdb362 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi Date: Mon, 9 Feb 2026 09:14:01 -0500 Subject: [PATCH] Add missing repos to LSDB workflow dashboard. --- config/lsdb_workflows.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/lsdb_workflows.yaml b/config/lsdb_workflows.yaml index 7bf6a013cea..510db64eda8 100644 --- a/config/lsdb_workflows.yaml +++ b/config/lsdb_workflows.yaml @@ -25,6 +25,12 @@ repos: smoke-test: smoke-test.yml live-build: testing-and-coverage.yml + - repo: hats-tap + owner: astronomy-commons + smoke-test: smoke-test.yml + benchmarks: asv-nightly.yml + live-build: testing-and-coverage.yml + - repo: lsdb owner: astronomy-commons smoke-test: smoke-test.yml @@ -44,6 +50,10 @@ repos: other_workflows: - smoke_test_conda.yml + - repo: lsdb-server + owner: astronomy-commons + live-build: build.yml + - repo: nested-pandas owner: lincc-frameworks smoke-test: smoke-test.yml