Skip to content

Commit

Permalink
+3
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 25, 2024
1 parent eea483c commit 1874b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ jobs:
return $res
}
if ($subm.merge_sha_by_pr[$pr_num] -notin Find-MetaSHA "pretest/$pr_num" 'pr_merge_sha') { return $false }
if ($subm.pretest_sha_by_pr[$pr_num] -notin Find-MetaSHA "subm-pretest/$($subm.repo)/$pr_num" 'fork_pretest_sha') { return $false }
if ($subm.merge_sha_by_pr[$pr_num] -notin (Find-MetaSHA "pretest/$pr_num" 'pr_merge_sha')) { return $false }
if ($subm.pretest_sha_by_pr[$pr_num] -notin (Find-MetaSHA "subm-pretest/$($subm.repo)/$pr_num" 'fork_pretest_sha')) { return $false }
return $true
}
Expand Down

0 comments on commit 1874b03

Please sign in to comment.