From 2e6b69ba789bf37d6f3053c88a773e935fa95a60 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Thu, 5 Dec 2024 16:29:32 +0200 Subject: [PATCH] Add maap cluster to the deployment workflow --- .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 2eb5f0969..06d778a9f 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -249,6 +249,7 @@ jobs: failure_jupyter-meets-the-earth: "${{ env.failure_jupyter-meets-the-earth }}" failure_kitware: "${{ env.failure_kitware }}" failure_leap: "${{ env.failure_leap }}" + failure_maap: "${{ env.failure_maap }}" failure_nasa-cryo: "${{ env.failure_nasa-cryo }}" failure_nasa-ghg: "${{ env.failure_nasa-ghg }}" failure_nasa-veda: "${{ env.failure_nasa-veda }}"