Skip to content

Commit 56049ca

Browse files
committed
Disable Zephyr in CI
1 parent 41150aa commit 56049ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-zephyr.yml

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

99
jobs:
1010
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)