Skip to content

Commit 70226f0

Browse files
committed
Skip downgrading check for this PR, as the changes are mechanical only
1 parent 2d85841 commit 70226f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ci/build-all-steps.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ steps:
114114
ne(variables['numTasksForDowngradingCheck'], 0),
115115
ne(variables['COURTESY_PUSH'], 'true'),
116116
eq(variables['build.reason'], 'PullRequest'),
117-
eq(variables['System.PullRequest.TargetBranch'], 'master')
117+
eq(variables['System.PullRequest.TargetBranch'], 'master'),
118+
ne(variables['System.PullRequest.SourceBranch'], 'users/merlynop/node20merge-2') # remove after merging users/merlynop/node20merge-2 ; see https://github.com/microsoft/azure-pipelines-tasks/pull/20819
118119
)
119120
120121
# Clean

0 commit comments

Comments
 (0)