From f429a7b6186c9ea49cdd9a111e8116e27013821c Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 19 Nov 2020 21:32:06 +0100 Subject: [PATCH] Misc CIs --- .github/workflows/ci.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5deb07c7..bd13cf78a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,7 @@ jobs: Start-Job -Name "$variant" $PublishBlock -ArgumentList "$variant" } - Get-Job | Receive-Job -AutoRemoveJob -NoRecurse -Wait + Get-Job | Receive-Job -Wait - name: Upload ASF-generic continue-on-error: true diff --git a/appveyor.yml b/appveyor.yml index 5d17ea22a..abaf30847 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -279,7 +279,7 @@ after_test: } - Get-Job | Receive-Job -Wait -AutoRemoveJob + Get-Job | Receive-Job -Wait deploy: off notifications: - provider: Webhook