Skip to content

Commit 4474cf8

Browse files
committed
Disable no config sim test.
1 parent 1ad66e9 commit 4474cf8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-build-cmake-presets.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: WolfBoot CMake Presets Build
33
on:
44
push:
55
branches: [ 'master', 'main', 'release/**' ]
6-
branches: [ '*' ]
76
pull_request:
87
branches: [ "*" ]
98

@@ -23,7 +22,7 @@ jobs:
2322
fail-fast: false
2423
matrix:
2524
target:
26-
- sim
25+
# - sim
2726
# - imx-rt # Disabled, requires NXP SDK
2827
- stm32c0
2928
- stm32f1

.github/workflows/test-build-cmake-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
target:
22-
- "~No config (wolfBoot sim)"
22+
# - "~No config (wolfBoot sim)"
2323
# - imx-rt # Disabled, requires NXP SDK
2424
- stm32c0
2525
- stm32f1

0 commit comments

Comments
 (0)