From c221c8e242029d3476a730d3b20b0457d15ee42c Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 25 Jul 2024 11:20:00 +0200 Subject: [PATCH] chore: Update alpha.yml workflow to include continue-on-error option --- .github/workflows/alpha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 213d31531..635da6832 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -239,6 +239,7 @@ jobs: name: Release needs: [build-data, linux, source, windows-step-3, check-release, mac] runs-on: ubuntu-latest + continue-on-error: true steps: - name: Update repo