Skip to content

Commit

Permalink
we need the condition to be set on populateScanPaths step. if we don'…
Browse files Browse the repository at this point in the history
…t, and there are previous failures in the analyze pipeline, we won't properly invoke verify readmes. (#8998)
  • Loading branch information
scbedd authored Sep 19, 2024
1 parent 2176fa3 commit d68db39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/common/pipelines/templates/steps/verify-readmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ steps:
$scanPaths = $paths -join ","
Write-Host "##vso[task.setvariable variable=ScanPathArgument;]$scanPaths"
displayName: Populate Scan Paths
condition: ${{ parameters.Condition }}

- task: PowerShell@2
displayName: "Verify Readmes"
Expand Down

0 comments on commit d68db39

Please sign in to comment.