From 8d2104316f5e4895158af22d05dbc69e1ab4434d Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Wed, 25 Dec 2024 11:27:53 +0800 Subject: [PATCH] Fix the branch in pipeline yaml for 202411 PR testing (#16210) For 202411 branch PR testing, branch "202411" instead of "master" should be used. Signed-off-by: Xin Wang --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 96c424bc1c5..39a04ec8605 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pr: branches: include: - - master + - 202411 paths: exclude: - .github