Dont fail workflows if lint building fails (#4336)

This commit is contained in:
Jesse Hills 2023-01-24 12:51:14 +13:00 committed by GitHub
parent 615d591367
commit 92e66a2764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,10 @@ jobs:
contents: read
packages: write
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.image.title == 'lint' }}
needs: [init]
strategy:
fail-fast: false
matrix:
image:
- title: "ha-addon"