From e055a785508145d29d5125c5a48c6c79ca4f041f Mon Sep 17 00:00:00 2001 From: Hang Date: Thu, 20 Feb 2025 15:35:46 +0800 Subject: [PATCH] Init --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73899815c33..c116b47d4f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1056,7 +1056,7 @@ jobs: - job: CheckHeaders displayName: "Check License, History, and DocMap" - + condition: and(not(contains(variables['Build.SourceBranch'], 'lts')), not(contains(variables['System.PullRequest.TargetBranch'], 'lts'))) pool: name: ${{ variables.ubuntu_pool }} steps: