Skip to content

Commit

Permalink
+10
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Sep 1, 2024
1 parent 9138352 commit 9d2c455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
if (-not $?) {
Write-Host "git merge failed"
Write-Host "This PR is outdated and cannot be properly tested"
Write-Output "::notice::Cannot test PR $pr_num from $subm_name, because it has conflicts"
# Write-Output "::notice::Cannot test PR $pr_num from $subm_name, because it has conflicts"
exit 0
}
Expand Down Expand Up @@ -567,6 +567,10 @@ jobs:
if (-not $?) { throw "git push failed" }
Pop-Location
Write-Output "::notice::Newly tested PR $pr_num from $subm_name"
remove-old-pretest:
runs-on: windows-latest
Expand Down

0 comments on commit 9d2c455

Please sign in to comment.