Skip to content

Commit

Permalink
fix: disabling autoscaling in TEST (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Jan 14, 2025
1 parent e3371b4 commit 2219e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
autoscaling: true
autoscaling: false
environment: test
release: test
tag: ${{ inputs.tag }}
Expand Down

0 comments on commit 2219e3e

Please sign in to comment.