Skip to content

Commit

Permalink
+63
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent 2591850 commit ecc629c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ jobs:
$main_repo_url = '${{ github.server_url }}/${{ github.repository }}'
Write-Host "fetching commits of: $main_repo_url"
git clone --filter=tree:0 $main_repo_url
git config list
git fetch --all
git branch -r
Expand Down Expand Up @@ -243,8 +244,10 @@ jobs:
}
if ($core_pretest_pr_nums) {
$core_pretest_pr_nums | Out-Host
# TODO test for local changes
Write-Host "pretest branches for these PRs are dangling:"
foreach ($pr_num in $core_pretest_pr_nums) {
Write-Host "- $pr_num"
}
throw "Some pretest branches in main repo are dangling"
}

0 comments on commit ecc629c

Please sign in to comment.