File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
runs-on : [self-hosted]
194
194
continue-on-error : false
195
195
environment : ${{ inputs.environment }}
196
- # if: github.event_name == 'push' || github.event_name == 'release'
196
+ if : github.event_name == 'push' || github.event_name == 'release'
197
197
needs : [plan]
198
198
199
199
env :
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ resource "azapi_resource" "function" {
199
199
loadBalancing = " LeastRequests"
200
200
minTlsVersion = " 1.2"
201
201
minTlsCipherSuite = " TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
202
- minimumElasticInstanceCount = 0
202
+ minimumElasticInstanceCount = 1
203
203
numberOfWorkers = 1
204
204
preWarmedInstanceCount = 0
205
205
remoteDebuggingEnabled = false
You can’t perform that action at this time.
0 commit comments