mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore(CI): Fix indentation
This commit is contained in:
parent
8811ebf75a
commit
2d2cbe166a
1 changed files with 81 additions and 81 deletions
|
@ -34,7 +34,7 @@ stages:
|
|||
$(Build.StagingDirectory)/tools/committed HEAD~..HEAD^2 --no-merge-commit -vv
|
||||
displayName: Committed
|
||||
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
|
||||
- stage: Release
|
||||
- stage: Release
|
||||
dependsOn: test
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue