Skip to content

Commit 2219e3e

Browse files
authored
fix: disabling autoscaling in TEST (#1742)
1 parent e3371b4 commit 2219e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: ./.github/workflows/deploy.yml
2424
secrets: inherit
2525
with:
26-
autoscaling: true
26+
autoscaling: false
2727
environment: test
2828
release: test
2929
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)