Skip to content

Commit

Permalink
+14
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 31, 2024
1 parent e7a9a80 commit b316ff0
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 @@ -113,7 +113,7 @@ jobs:
$head_sha_by_pr.Add($pr_num, $sha)
}
$pretest_prs = @{}
$pretest_prs = @()
foreach ($l in Get-GitRemoteBranches $fork_url 'refs/heads/pretest/*') {
$sha = $l.sha
$pr_num = $l.matches[1]
Expand Down

0 comments on commit b316ff0

Please sign in to comment.