Skip to content

Commit 64bc04f

Browse files
committed
ci: Use Zephyr collab-sdk-dev branch for testing
The "topic" branches have been superseded by the "collab" branches in the upstream Zephyr repository. This commit updates the Zephyr SDK CI to use the renamed `collab-sdk-dev` branch, complying to the new guidelines. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent e88c208 commit 64bc04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
zephyr-ref:
2323
description: 'Zephyr Ref (branch, tag, SHA, ...)'
2424
required: true
25-
default: topic-sdk-dev
25+
default: collab-sdk-dev
2626
host:
2727
description: 'Host'
2828
type: choice
@@ -80,7 +80,7 @@ env:
8080
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
8181
BUNDLE_NAME: Zephyr SDK
8282
BUNDLE_PREFIX: zephyr-sdk
83-
ZEPHYR_REF: topic-sdk-dev
83+
ZEPHYR_REF: collab-sdk-dev
8484

8585
jobs:
8686
# Setup

0 commit comments

Comments
 (0)