Skip to content

Commit 095a273

Browse files
danieljurekazure-sdk
authored andcommitted
Succeeded
1 parent a3eb9da commit 095a273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/pipelines/templates/steps/check-spelling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
1818
- task: PowerShell@2
1919
displayName: Check spelling (cspell)
20-
condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))
20+
condition: and(succeeded(), ne(variables['Skip.SpellCheck'],'true'))
2121
continueOnError: ${{ parameters.ContinueOnError }}
2222
inputs:
2323
targetType: filePath

0 commit comments

Comments
 (0)