Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Oct 23, 2023
1 parent e8a1b2a commit fe26671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/ChangedFiles-Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Get-ChangedCoreFiles($changedFiles = (Get-ChangedFiles)) {
)

$coreFiles = $changedFiles | Where-Object {
$_.StartsWith("eng/") -or
# $_.StartsWith("eng/") -or
$_.StartsWith("specification/common-types/") -or
$_ -in $rootFiles
}
Expand Down

0 comments on commit fe26671

Please sign in to comment.