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