Skip to content

Commit

Permalink
Update deploy-cluster workflow to stop scheduled deployments (#6170)
Browse files Browse the repository at this point in the history
This workflow keeps a cluster on QA alive for v11 to test against - which is no longer needed are we're focussing work on v12 going forward.
  • Loading branch information
kraenhansen authored Oct 3, 2023
1 parent ea679c4 commit c767412
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
options:
- M10
- M20
schedule:
# We deploy three times per day,
# to avoid downtime as the cluster gets deleted after 12 hours
- cron: '0 6,14,22 * * *' # 6:00, 14:00, 22:00 every day
jobs:
deploy-cluster:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c767412

Please sign in to comment.