From 30abc1689a1132f458440bb4361f167eea15bf3a Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Tue, 10 Sep 2024 15:39:17 +0200 Subject: [PATCH] Run version check on all branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- azure-pipelines-PR.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index f45db281b20..bf0339c0cc5 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -169,7 +169,6 @@ stages: # because we want to catch cases when version is desynched and we didn't update it. # It is also helping the release notes automation to be up to date with packages versions. - job: Check_Published_Package_Versions - condition: or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), or(startsWith(variables['System.PullRequest.SourceBranch'], 'release/dev'), startsWith(variables['System.PullRequest.TargetBranch'], 'release/dev'))) pool: vmImage: $(UbuntuMachineQueueName) strategy: