From 62ff498e053d4b024b3e8e0c6b73d26dcc0aaa95 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 26 Aug 2024 16:47:29 -0700 Subject: [PATCH] final little tweak for wording --- .github/workflows/deploy-all-hubs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-all-hubs.yaml b/.github/workflows/deploy-all-hubs.yaml index fbc149187..2018b1301 100644 --- a/.github/workflows/deploy-all-hubs.yaml +++ b/.github/workflows/deploy-all-hubs.yaml @@ -21,7 +21,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Pull out any hubs that need deploying from the labels on the merge commit to staging + - name: Check to see if the base jupyterhub image has changed, and deploy all hubs to prod if it has run: | echo "PR labels: ${{ steps.pr-labels.outputs.labels }}" for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do @@ -110,7 +110,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Pull out any hubs that need deploying from the labels on the merge commit to prod + - name: Check to see if the base jupyterhub image has changed, and deploy all hubs to prod if it has run: | echo "PR labels: ${{ steps.pr-labels.outputs.labels }}" for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do