We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3eb9da commit 095a273Copy full SHA for 095a273
eng/common/pipelines/templates/steps/check-spelling.yml
@@ -17,7 +17,7 @@ steps:
17
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
18
- task: PowerShell@2
19
displayName: Check spelling (cspell)
20
- condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))
+ condition: and(succeeded(), ne(variables['Skip.SpellCheck'],'true'))
21
continueOnError: ${{ parameters.ContinueOnError }}
22
inputs:
23
targetType: filePath
0 commit comments