Skip to content

Commit 43fa61c

Browse files
committed
undoing addition - deploy service
1 parent ed095d6 commit 43fa61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/templates/deploy-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ steps:
373373
echo
374374
echo "_status endpoint monitoring is disabled"
375375
displayName: Disable _status monitoring
376-
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''), eq(${{ parameters.pr_label }}, 'false'))
376+
condition: and(succeeded(), eq(variables['check_and_enable_status'], 'false'), eq(variables['is_pull_request'], 'false'))
377377
378378
379379
- bash: |

0 commit comments

Comments
 (0)