From ab332b06c945da4d0a863ec651969710bef9c4db Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 27 Nov 2024 09:56:47 -0800 Subject: [PATCH] Let CI check for stable run even if beta run fails (#2360) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68e1246c1..3136073add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: - rust: stable os: actuated-arm64-4cpu-16gb runs-on: ${{ matrix.os }} + continue-on-error: ${{ matrix.rust == 'beta' }} steps: - name: Free disk space if: ${{ matrix.os == 'ubuntu-latest'}}