From 402306657e161c60c929991d973af5725001482e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 11 May 2023 09:32:57 +0200 Subject: [PATCH] continue if solidify fails --- .github/workflows/Tasmota_build_devel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 5b69980e8..023165fda 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -18,6 +18,7 @@ jobs: be_solidify: runs-on: ubuntu-20.04 if: github.repository == 'arendst/Tasmota' + continue-on-error: true steps: - uses: actions/checkout@v3 - name: Set up Python @@ -47,6 +48,7 @@ jobs: needs: be_solidify runs-on: ubuntu-latest if: github.repository == 'arendst/Tasmota' + continue-on-error: true steps: - uses: actions/checkout@v3 - name: Set up Python