mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 05:24:53 +01:00
Dont fail workflows if lint building fails (#4336)
This commit is contained in:
parent
615d591367
commit
92e66a2764
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -67,8 +67,10 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: ${{ matrix.image.title == 'lint' }}
|
||||||
needs: [init]
|
needs: [init]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image:
|
image:
|
||||||
- title: "ha-addon"
|
- title: "ha-addon"
|
||||||
|
|
Loading…
Reference in a new issue