Skip to content

Commit

Permalink
+68
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent 2756f19 commit 2209cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
Push-Location $main_repo_dir
$main_repo_url = '${{ github.server_url }}/${{ github.repository }}'
Write-Host "fetching commits of: $main_repo_url"
git clone --filter=tree:0 --no-progress $main_repo_url .
git clone --filter=tree:0 --no-progress --no-checkout $main_repo_url .
git branch -r
$core_removed_pr_nums = @()
Expand Down

0 comments on commit 2209cbc

Please sign in to comment.