mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Dont fail workflows if lint building fails (#4336)
This commit is contained in:
parent
615d591367
commit
92e66a2764
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user