Skip to content

Commit 303a721

Browse files
authored
Sparse analyze (Azure#26001)
1 parent a94ce8c commit 303a721

File tree

1 file changed

+7
-1
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+7
-1
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@ jobs:
124124
pool:
125125
name: azsdk-pool-mms-ubuntu-2004-general
126126
vmImage: MMSUbuntu20.04
127-
steps:
127+
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"
128134
- template: /eng/common/pipelines/templates/steps/check-spelling.yml
129135
- task: UsePythonVersion@0
130136
displayName: "Use Python 3.6"

0 commit comments

Comments
 (0)