Skip to content

Commit b92c314

Browse files
committed
Work CI-CD
- Improve conditions for update dependents. ***NO_CI***
1 parent 23cacdb commit b92c314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ jobs:
136136
condition: >-
137137
or(
138138
and(
139-
not(or(failed(), canceled()),
139+
not(or(failed(), canceled())),
140140
startsWith(variables['Build.SourceBranch'], 'refs/heads/main'),
141141
eq(variables['StartReleaseCandidate'], 'false')
142142
),
143143
and(
144-
not(or(failed(), canceled()),
144+
not(or(failed(), canceled())),
145145
eq(variables['System.PullRequest.PullRequestId'], ''),
146146
contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***'),
147147
eq(variables['StartReleaseCandidate'], 'false')

0 commit comments

Comments
 (0)