From 2209cbc72d3311a8420ce002a1c25c0767a0d814 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sun, 18 Aug 2024 19:53:48 +0200 Subject: [PATCH] +68 --- .github/workflows/upstream pretest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 518061e8..2b7ccebe 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -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 = @()