Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Sep 26, 2024
1 parent e392d02 commit e120fcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,10 @@ jobs:
$meta_commit_message += "meta.core_pretest_sha=$core_pretest_sha"
if ($is_trivial) {
$sha_core_main = git rev-parse $b_core_main
Write-Host "- All changes are trivial, adding meta.trivial_core_sha=$sha_core_main"
$meta_commit_message += "meta.trivial_core_sha=$sha_core_main"
} else {
Write-Host "- Not all changes are trivial"
}
git commit --allow-empty -m ($meta_commit_message -join "`n")
Expand Down

0 comments on commit e120fcd

Please sign in to comment.