From 5dea140aa481063e9113fc040b9fd1a08c4ab847 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 31 Aug 2024 16:56:37 +0200 Subject: [PATCH] +18 --- .github/workflows/upstream pretest.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index dbce6407..aaf5a297 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -134,8 +134,8 @@ jobs: $submodule_by_repo.Add($subm.repo, $subm) } # $submodules | Format-Table * - $submodules[0] - exit 1 + # $submodules[0] + # exit 1 @@ -277,6 +277,8 @@ jobs: $json = ConvertTo-Json -Compress $remove_list Write-Host $json echo "remove_list=$json" >> $env:GITHUB_OUTPUT + + exit 1 pretest-each: runs-on: windows-latest