Skip to content

Commit

Permalink
Merge pull request #2 from sgibson91/update-ci
Browse files Browse the repository at this point in the history
Add m2lines cluster to deploy-hubs CI/CD workflow
  • Loading branch information
yuvipanda authored Apr 25, 2022
2 parents 6532188 + 47f54d5 commit 0691462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
# IMPORTANT: names can include alphanumerics, '-', and '_', but not '.', so
# we replace '.' for '-' in cluster names.
#
# If you are adding a new cluster, please remember to list it here!
outputs:
failure_2i2c: "${{ steps.declare-failure-status.outputs.failure_2i2c }}"
failure_azure-carbonplan: "${{ steps.declare-failure-status.outputs.failure_azure-carbonplan }}"
Expand All @@ -128,6 +129,7 @@ jobs:
failure_pangeo-hubs: "${{ steps.declare-failure-status.outputs.failure_pangeo-hubs }}"
failure_utoronto: "${{ steps.declare-failure-status.outputs.failure_utoronto }}"
failure_uwhackweeks: "${{ steps.declare-failure-status.outputs.failure_uwhackweeks }}"
failure_m2lines: "${{ steps.declare-failure-status.outputs.failure_m2lines }}"

# Only run this job on pushes to the default branch and when the job output is not
# an empty list
Expand Down

0 comments on commit 0691462

Please sign in to comment.