ci: continue demo building even if one fails
This commit is contained in:
parent
677d685837
commit
d3acc0c596
1 changed files with 1 additions and 0 deletions
1
.github/workflows/demo.yml
vendored
1
.github/workflows/demo.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
||||||
needs: [ "path-filter" ]
|
needs: [ "path-filter" ]
|
||||||
if: needs.path-filter.outputs.changed == 'true'
|
if: needs.path-filter.outputs.changed == 'true'
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
demo:
|
demo:
|
||||||
- name: homeassistant
|
- name: homeassistant
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue