Skip to content

Commit 3758106

Browse files
committed
Update prValidate.yml for Azure Pipelines
1 parent 0282cb6 commit 3758106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ steps:
6767
serviceEndpointName: 'microsoftgraph pipeline status'
6868
title: '$(Build.DefinitionName) failure notification'
6969
text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. '
70-
condition: failed()
70+
condition: and(failed(), ne(variables['Build.Reason'], 'Manual'))
7171
enabled: true

0 commit comments

Comments
 (0)