Skip to content

Commit

Permalink
Fix the branch in pipeline yaml for 202411 PR testing (sonic-net#16210)
Browse files Browse the repository at this point in the history
For 202411 branch PR testing, branch "202411" instead of "master" should be used.

Signed-off-by: Xin Wang <xiwang5@microsoft.com>
  • Loading branch information
wangxin authored Dec 25, 2024
1 parent f78712f commit 8d21043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pr:
branches:
include:
- master
- 202411
paths:
exclude:
- .github
Expand Down

0 comments on commit 8d21043

Please sign in to comment.