Skip to content

Commit 0b3eadf

Browse files
authored
Update failure modes
1 parent 10442e5 commit 0b3eadf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2023
22
#
33
# SPDX-License-Identifier: MIT
4-
name: WipperSnapper Build ${{ github.event.inputs.board || 'CI' }}
4+
name: WipperSnapper Build CI
55

66
on:
77
workflow_dispatch:
@@ -20,6 +20,7 @@ jobs:
2020
build-esp32sx-esptool:
2121
name: 🏗️ESP32-Sx(lvgl)
2222
runs-on: ubuntu-latest
23+
continue-on-error: true
2324
strategy:
2425
fail-fast: false
2526
matrix:
@@ -186,6 +187,7 @@ jobs:
186187
build-esp32sx:
187188
name: 🏗️ESP32-Sx
188189
runs-on: ubuntu-latest
190+
continue-on-error: true
189191
strategy:
190192
fail-fast: false
191193
matrix:
@@ -297,6 +299,7 @@ jobs:
297299
build-esp32:
298300
name: 🏗️ESP32/Cx
299301
runs-on: ubuntu-latest
302+
continue-on-error: true
300303
strategy:
301304
fail-fast: false
302305
matrix:
@@ -445,6 +448,7 @@ jobs:
445448
build-samd:
446449
name: 🏗️SAMD
447450
runs-on: ubuntu-latest
451+
continue-on-error: true
448452
strategy:
449453
fail-fast: false
450454
matrix:
@@ -531,6 +535,7 @@ jobs:
531535
build-rp2040:
532536
name: 🏗️RP2040
533537
runs-on: ubuntu-latest
538+
continue-on-error: true
534539
strategy:
535540
fail-fast: false
536541
matrix:
@@ -609,6 +614,7 @@ jobs:
609614
build-esp8266:
610615
name: 🏗️ESP8266
611616
runs-on: ubuntu-latest
617+
continue-on-error: true
612618
strategy:
613619
fail-fast: false
614620
matrix:
@@ -694,6 +700,7 @@ jobs:
694700
build-esp32sx-dev:
695701
name: 🏗️ESP32-Sx(DEV)
696702
runs-on: ubuntu-latest
703+
continue-on-error: true
697704
strategy:
698705
fail-fast: false
699706
matrix:
@@ -800,6 +807,7 @@ jobs:
800807
build-esp32-dev:
801808
name: 🏗️ESP32/Cx(DEV)
802809
runs-on: ubuntu-latest
810+
continue-on-error: true
803811
strategy:
804812
fail-fast: false
805813
matrix:

0 commit comments

Comments
 (0)