Skip to content

Commit

Permalink
🔥 Don't scale dev for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Aug 22, 2024
1 parent 776f6a8 commit f59cca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scale-down.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: ["poc", "dev"]
environment: ["poc"]
fail-fast: false
environment:
name: ${{ matrix.environment }}-preapproved
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
for deployment in $DEPLOYMENTS; do
kubectl scale $deployment --replicas=0
done
done
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scale-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: ["poc", "dev"]
environment: ["poc"]
steps:
- name: Determine Environment
id: which-env
Expand Down

0 comments on commit f59cca2

Please sign in to comment.