Skip to content

Commit

Permalink
final little tweak for wording
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 26, 2024
1 parent c47cc4a commit 62ff498
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 62ff498

Please sign in to comment.