Skip to content

Commit b494d1e

Browse files
authored
Run version check on all branches (#17686)
Actually match comment now, I intended it to run everywhere, but forgot to remove condition 🤦 This will allow us to be more precise with release notes.
1 parent 63e37e3 commit b494d1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-pipelines-PR.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ stages:
169169
# because we want to catch cases when version is desynched and we didn't update it.
170170
# It is also helping the release notes automation to be up to date with packages versions.
171171
- job: Check_Published_Package_Versions
172-
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), or(startsWith(variables['System.PullRequest.SourceBranch'], 'release/dev'), startsWith(variables['System.PullRequest.TargetBranch'], 'release/dev')))
173172
pool:
174173
vmImage: $(UbuntuMachineQueueName)
175174
strategy:

0 commit comments

Comments
 (0)