From 96b6cd97b45322bd9a2a84ebbaeb157e00293b00 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 2 Apr 2024 13:41:50 -0700 Subject: [PATCH] Add dandi hub to the github workflow list Fixes failure in https://github.com/2i2c-org/infrastructure/actions/runs/8527749373 --- .github/workflows/deploy-hubs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index 21fc61ad40..c783ad2a72 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -186,6 +186,7 @@ jobs: failure_catalystproject-africa: "${{ env.failure_catalystproject-africa }}" failure_catalystproject-latam: "${{ env.failure_catalystproject-latam }}" failure_cloudbank: "${{ env.failure_cloudbank }}" + failure_dandi: "${{ env.failure_dandi }}" failure_earthscope: "${{ env.failure_earthscope }}" failure_gridsst: "${{ env.failure_gridsst }}" failure_hhmi: "${{ env.failure_hhmi }}"