Commit f21b6fb
authored
Continue demo builds (#1600)
This PR adds the `fail-fast: false` configuration to the v2 build demo
Action. Currently, when building multiple demos (e.g. master or dev
branch builds) a single failing demo will halt the build process. With
this configuration, the build will continue and attempt to build all
demos, even if one or more fails. All demos must still build
successfully for further steps of the pipeline to be triggered.1 parent c07a84e commit f21b6fb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments