Skip to content

Commit 9d297f3

Browse files
[SL-ONLY] Optimize build behavior for the sample apps builder (#263)
1 parent cbb17dd commit 9d297f3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/silabs-build-examples.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
branches:
1010
- main
1111
- "release_*"
12+
workflow_dispatch:
13+
14+
concurrency:
15+
group: silabs-build-examples-${{ github.ref }}
16+
cancel-in-progress: true
1217

1318
jobs:
1419
build-lighting-app:

.github/workflows/silabs-common-build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
image: ghcr.io/project-chip/chip-build-efr32:95
1919

2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
platform: [mg24, mgm24, mg26, siwx]
2324

0 commit comments

Comments
 (0)