Skip to content

Commit

Permalink
change branch name to lego (#24946)
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 authored Sep 26, 2024
1 parent 7d59b44 commit b953934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
- name: isTargetMainBranch
value: $[eq(variables['System.PullRequest.TargetBranch'], 'refs/heads/main')]
- name: isLocPRBranch
value: $[startsWith(variables['System.PullRequest.SourceBranch'], 'loc-hb')]
value: $[startsWith(variables['System.PullRequest.SourceBranch'], 'lego')]
- name: isPullRequest
value: $[eq(variables['Build.Reason'], 'PullRequest')]
- name: isLocHandoffBranch
Expand Down

0 comments on commit b953934

Please sign in to comment.