Skip to content

Commit b1977cb

Browse files
committed
ci: move to use collab-sdk-dev branch for testing
Move to using collab-sdk-dev branch instead of version locked branch. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5423f49 commit b1977cb

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
@@ -24,7 +24,7 @@ on:
2424
zephyr-ref:
2525
description: 'Zephyr Ref (branch, tag, SHA, ...)'
2626
required: true
27-
default: collab-sdk-0.18-dev
27+
default: collab-sdk-dev
2828
host:
2929
description: 'Host'
3030
type: choice
@@ -93,7 +93,7 @@ env:
9393
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
9494
BUNDLE_NAME: Zephyr SDK
9595
BUNDLE_PREFIX: zephyr-sdk
96-
ZEPHYR_REF: collab-sdk-0.18-dev
96+
ZEPHYR_REF: collab-sdk-dev
9797

9898
jobs:
9999
# Setup

0 commit comments

Comments
 (0)