Skip to content

Commit

Permalink
Merge pull request #1580 from sgibson91/disable-binder
Browse files Browse the repository at this point in the history
Disable upgrading binder-staging on 2i2c cluster
  • Loading branch information
sgibson91 authored Aug 1, 2022
2 parents bddab4d + 5ad9254 commit a3901c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ jobs:
run: |
python deployer deploy ${{ matrix.jobs.cluster_name }} dask-staging
- name: Upgrade binder-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
if: matrix.jobs.upgrade_staging && matrix.jobs.cluster_name == '2i2c'
run: |
python deployer deploy ${{ matrix.jobs.cluster_name }} binder-staging
# - name: Upgrade binder-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
# if: matrix.jobs.upgrade_staging && matrix.jobs.cluster_name == '2i2c'
# run: |
# python deployer deploy ${{ matrix.jobs.cluster_name }} binder-staging

# Retry action: https://github.com/marketplace/actions/retry-step
- name: Run health check for dask-staging hub on cluster ${{ matrix.jobs.cluster_name }} if it exists
Expand Down

0 comments on commit a3901c4

Please sign in to comment.