ci: continue demo building even if one fails
This commit is contained in:
parent
6d614198c2
commit
b416841fba
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" ]
|
||||
if: needs.path-filter.outputs.changed == 'true'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
demo:
|
||||
- name: homeassistant
|
||||
|
|
|
|||
Loading…
Reference in a new issue