From f0e478f23be704c38269b098fe055ba88321f278 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 31 Aug 2024 12:12:34 +0200 Subject: [PATCH] +9 --- .github/workflows/upstream pretest.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index b645831f..e5595f4f 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -17,6 +17,10 @@ concurrency: # - One last commit at a time # TODO find a way to hide upstream-only changes # - Store sha on the pretest side, not subm-pretest +# TODO don't update pretest, when only the /merge has changed +# - Merge the /merge commit, but test the /head commit + + # There are 2 steps of adding new upstream commits: # 1. Add new commits from the PR merge ref (and possibly custom branch): to "pretest/$pr_num" in fork @@ -512,6 +516,8 @@ jobs: Write-Host '~~~~~' } + Get-Content './.gitmodules' + Pop-Location