Skip to content

Commit

Permalink
Merge pull request #6025 from shaneknapp/quick-wording-update
Browse files Browse the repository at this point in the history
[dh-301] final little tweak for wording
  • Loading branch information
shaneknapp authored Aug 26, 2024
2 parents c47cc4a + 62ff498 commit 3bf0079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-all-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bf0079

Please sign in to comment.