20
20
build-esp32sx-esptool :
21
21
name : 🏗️ESP32-Sx(lvgl)
22
22
runs-on : ubuntu-latest
23
- continue-on-error : true
24
23
strategy :
25
24
fail-fast : false
26
25
matrix :
36
35
arduino-platform : " funhouse_noota"
37
36
steps :
38
37
- name : " skip if unwanted"
38
+ continue-on-error : true
39
39
if : |
40
40
github.event_name == 'workflow_dispatch' &&
41
41
github.event.inputs.board != '' &&
@@ -195,7 +195,6 @@ jobs:
195
195
build-esp32sx :
196
196
name : 🏗️ESP32-Sx
197
197
runs-on : ubuntu-latest
198
- continue-on-error : true
199
198
strategy :
200
199
fail-fast : false
201
200
matrix :
@@ -217,6 +216,7 @@ jobs:
217
216
]
218
217
steps :
219
218
- name : " skip if unwanted"
219
+ continue-on-error : true
220
220
if : |
221
221
github.event_name == 'workflow_dispatch' &&
222
222
github.event.inputs.board != '' &&
@@ -307,7 +307,6 @@ jobs:
307
307
build-esp32 :
308
308
name : 🏗️ESP32/Cx
309
309
runs-on : ubuntu-latest
310
- continue-on-error : true
311
310
strategy :
312
311
fail-fast : false
313
312
matrix :
@@ -330,6 +329,7 @@ jobs:
330
329
arduino-platform : " wippersnapper_feather_esp32c6"
331
330
steps :
332
331
- name : " skip if unwanted"
332
+ continue-on-error : true
333
333
if : |
334
334
github.event_name == 'workflow_dispatch' &&
335
335
github.event.inputs.board != '' &&
@@ -456,7 +456,6 @@ jobs:
456
456
build-samd :
457
457
name : 🏗️SAMD
458
458
runs-on : ubuntu-latest
459
- continue-on-error : true
460
459
strategy :
461
460
fail-fast : false
462
461
matrix :
@@ -468,6 +467,7 @@ jobs:
468
467
]
469
468
steps :
470
469
- name : " skip if unwanted"
470
+ continue-on-error : true
471
471
if : |
472
472
github.event_name == 'workflow_dispatch' &&
473
473
github.event.inputs.board != '' &&
@@ -543,13 +543,13 @@ jobs:
543
543
build-rp2040 :
544
544
name : 🏗️RP2040
545
545
runs-on : ubuntu-latest
546
- continue-on-error : true
547
546
strategy :
548
547
fail-fast : false
549
548
matrix :
550
549
arduino-platform : ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb"]
551
550
steps :
552
551
- name : " skip if unwanted"
552
+ continue-on-error : true
553
553
if : |
554
554
github.event_name == 'workflow_dispatch' &&
555
555
github.event.inputs.board != '' &&
@@ -622,13 +622,13 @@ jobs:
622
622
build-esp8266 :
623
623
name : 🏗️ESP8266
624
624
runs-on : ubuntu-latest
625
- continue-on-error : true
626
625
strategy :
627
626
fail-fast : false
628
627
matrix :
629
628
arduino-platform : ["feather_esp8266"]
630
629
steps :
631
630
- name : " skip if unwanted"
631
+ continue-on-error : true
632
632
if : |
633
633
github.event_name == 'workflow_dispatch' &&
634
634
github.event.inputs.board != '' &&
@@ -708,7 +708,6 @@ jobs:
708
708
build-esp32sx-dev :
709
709
name : 🏗️ESP32-Sx(DEV)
710
710
runs-on : ubuntu-latest
711
- continue-on-error : true
712
711
strategy :
713
712
fail-fast : false
714
713
matrix :
@@ -726,6 +725,7 @@ jobs:
726
725
]
727
726
steps :
728
727
- name : " skip if unwanted"
728
+ continue-on-error : true
729
729
if : |
730
730
github.event_name == 'workflow_dispatch' &&
731
731
github.event.inputs.board != '' &&
@@ -816,7 +816,6 @@ jobs:
816
816
build-esp32-dev :
817
817
name : 🏗️ESP32/Cx(DEV)
818
818
runs-on : ubuntu-latest
819
- continue-on-error : true
820
819
strategy :
821
820
fail-fast : false
822
821
matrix :
@@ -830,6 +829,7 @@ jobs:
830
829
arduino-platform : " wippersnapper_feather_esp32c6_debug"
831
830
steps :
832
831
- name : " skip if unwanted"
832
+ continue-on-error : true
833
833
if : |
834
834
github.event_name == 'workflow_dispatch' &&
835
835
github.event.inputs.board != '' &&
0 commit comments