We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94ce8c commit 303a721Copy full SHA for 303a721
eng/pipelines/templates/jobs/ci.yml
@@ -124,7 +124,13 @@ jobs:
124
pool:
125
name: azsdk-pool-mms-ubuntu-2004-general
126
vmImage: MMSUbuntu20.04
127
- steps:
+ steps:
128
+ - ${{ if not(contains(variables['Build.DefinitionName'], '-pr - ')) }}:
129
+ - template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
130
+ parameters:
131
+ Paths:
132
+ - "/*"
133
+ - "!SessionRecords"
134
- template: /eng/common/pipelines/templates/steps/check-spelling.yml
135
- task: UsePythonVersion@0
136
displayName: "Use Python 3.6"
0 commit comments