Skip to content

Commit

Permalink
for seriously
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 26, 2024
1 parent 2e8b390 commit ee7dd88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee7dd88

Please sign in to comment.