Skip to content

Commit 2f6a6fc

Browse files
authored
{CI} Skip history check in LTS (#30853)
1 parent 3b70655 commit 2f6a6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ jobs:
10561056
10571057
- job: CheckHeaders
10581058
displayName: "Check License, History, and DocMap"
1059-
1059+
condition: and(not(contains(variables['Build.SourceBranch'], 'lts')), not(contains(variables['System.PullRequest.TargetBranch'], 'lts')))
10601060
pool:
10611061
name: ${{ variables.ubuntu_pool }}
10621062
steps:

0 commit comments

Comments
 (0)