Skip to content

Commit

Permalink
Change branch (sonic-net#13355)
Browse files Browse the repository at this point in the history
Description of PR
This is a bugfix of PR sonic-net#13321. Previously, we set the wrong branch. The pipeline will run on public repo, so we will use master branch instead of internal.

Approach
What is the motivation for this PR?
This is a bugfix of PR sonic-net#13321. Previously, we set the wrong branch. The pipeline will run on public repo, so we will use master branch instead of internal.

co-authorized by: [email protected]
  • Loading branch information
yutongzhang-microsoft authored Jun 19, 2024
1 parent b6220f3 commit 8a00f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schedules:
displayName: Testscripts Collection
branches:
include:
- internal
- master
always: true

stages:
Expand Down

0 comments on commit 8a00f2f

Please sign in to comment.