Skip to content

Commit b23d579

Browse files
weshaggardCopilot
authored andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 85d8e3b commit b23d579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/pipelines/templates/steps/create-apireview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
parameters:
3838
WorkingDirectory: ${{ parameters.SourceRootPath }}
3939

40-
- ${{ if and(eq(variables['System.TeamProject'], 'internal', ne(variables['Build.Reason'], 'PullRequest'), not(endsWith(variables['Build.Repository.Name'], '-pr')))) }}:
40+
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest'), not(endsWith(variables['Build.Repository.Name'], '-pr'))) }}:
4141
- task: AzureCLI@2
4242
inputs:
4343
azureSubscription: 'APIView prod deployment'

0 commit comments

Comments
 (0)