Skip to content

Commit c93def0

Browse files
Removed continue-on-error: true
1 parent 4271999 commit c93def0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ota-size-checker.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
build-type: full
9595

9696
- name: Check OTA image flash size (MG24)
97-
continue-on-error: true
9897
run: |
9998
set -e
10099
PAGE_SIZE=8192
@@ -238,7 +237,6 @@ jobs:
238237
build-type: full
239238

240239
- name: Check OTA image flash size (MG26)
241-
continue-on-error: true
242240
run: |
243241
set -e
244242
PAGE_SIZE=8192
@@ -382,7 +380,6 @@ jobs:
382380
build-type: full
383381

384382
- name: Check OTA image flash size (917 SiWx)
385-
continue-on-error: true
386383
run: |
387384
set -e
388385
PAGE_SIZE=256

0 commit comments

Comments
 (0)