Skip to content

Commit 3f721b3

Browse files
committed
ci: Run tests with Zephyr collab-sdk-0.18-dev branch
This commit updates the CI workflow to run tests using the Zephyr `collab-sdk-0.18-dev` branch. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 11b4a9d commit 3f721b3

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-dev
27+
default: collab-sdk-0.18-dev
2828
host:
2929
description: 'Host'
3030
type: choice
@@ -88,7 +88,7 @@ env:
8888
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
8989
BUNDLE_NAME: Zephyr SDK
9090
BUNDLE_PREFIX: zephyr-sdk
91-
ZEPHYR_REF: collab-sdk-dev
91+
ZEPHYR_REF: collab-sdk-0.18-dev
9292

9393
jobs:
9494
# Setup

0 commit comments

Comments
 (0)