continue if solidify fails

This commit is contained in:
Jason2866 2023-05-11 09:32:57 +02:00 committed by GitHub
parent 79a826a206
commit 402306657e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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