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:
193193 runs-on : [self-hosted]
194194 continue-on-error : false
195195 environment : ${{ inputs.environment }}
196- # if: github.event_name == 'push' || github.event_name == 'release'
196+ if : github.event_name == 'push' || github.event_name == 'release'
197197 needs : [plan]
198198
199199 env :
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ resource "azapi_resource" "function" {
199199 loadBalancing = " LeastRequests"
200200 minTlsVersion = " 1.2"
201201 minTlsCipherSuite = " TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
202- minimumElasticInstanceCount = 0
202+ minimumElasticInstanceCount = 1
203203 numberOfWorkers = 1
204204 preWarmedInstanceCount = 0
205205 remoteDebuggingEnabled = false
You can’t perform that action at this time.
0 commit comments