Skip to content

Commit 260a75a

Browse files
committed
Disable Zephyr in CI
1 parent 41150aa commit 260a75a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-zephyr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Zephyr
33
on:
44
push:
55
branches: ["main"]
6-
pull_request:
7-
types: [opened, reopened, synchronize, ready_for_review]
86

97
jobs:
108
build:

nrfx-blink-sdk/west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ manifest:
99
revision: main
1010
import:
1111
name-allowlist:
12-
- cmsis_6 # required by the ARM port
12+
- cmsis # required by the ARM port
1313
- hal_nordic # required by the custom_plank board (Nordic based)

0 commit comments

Comments
 (0)