From ee7dd887791a076158e9d40ec8ae76fc3f04b7e3 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 26 Aug 2024 15:23:48 -0700 Subject: [PATCH] for seriously --- .github/workflows/deploy-hubs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index 39919229b..bea73df68 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -33,7 +33,6 @@ jobs: # be redeployed. The rest of this job will not run in that case. if [ -n $GITHUB_PR_LABEL_HUB_IMAGES ] || [ -n $GITHUB_PR_LABEL_JUPYTERHUB_DEPLOYMENT ]; then echo "Base hub image has changed, not deploying individual hubs to staging" - echo "DEPLOY=0" >> $GITHUB_ENV else # deploy any hubs that have been labeled for deployment for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do @@ -134,7 +133,6 @@ jobs: # be redeployed. The rest of this job will not run in that case. if [ -n $GITHUB_PR_LABEL_HUB_IMAGES ] || [ -n $GITHUB_PR_LABEL_JUPYTERHUB_DEPLOYMENT ]; then echo "Base hub image has changed, not deploying individual hubs to prod" - echo "DEPLOY=0" >> $GITHUB_ENV else # deploy any hubs that have been labeled for deployment for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do