Skip to content

Commit fdfbc00

Browse files
committed
fix pull request not created
also optimize checkout perf
1 parent 16914db commit fdfbc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ resources:
2424
type: github
2525
name: Azure/azure-sdk-for-net
2626
endpoint: azure
27+
ref: main
2728
- repository: azure-sdk-build-tools
2829
type: git
2930
name: internal/azure-sdk-build-tools
@@ -233,7 +234,6 @@ stages:
233234
- checkout: azure-sdk-tools
234235
- task: PowerShell@2
235236
displayName: Create pull request
236-
condition: and(succeeded(), eq(variables['HasChanges'], 'true'))
237237
inputs:
238238
pwsh: true
239239
filePath: $(Build.SourcesDirectory)/azure-sdk-tools/eng/common/scripts/Submit-PullRequest.ps1

0 commit comments

Comments
 (0)