Skip to content

Commit

Permalink
ci: Use Zephyr collab-sdk-dev branch for testing
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stephanosio committed Nov 13, 2023
1 parent e88c208 commit 64bc04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
zephyr-ref:
description: 'Zephyr Ref (branch, tag, SHA, ...)'
required: true
default: topic-sdk-dev
default: collab-sdk-dev
host:
description: 'Host'
type: choice
Expand Down Expand Up @@ -80,7 +80,7 @@ env:
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
BUNDLE_NAME: Zephyr SDK
BUNDLE_PREFIX: zephyr-sdk
ZEPHYR_REF: topic-sdk-dev
ZEPHYR_REF: collab-sdk-dev

jobs:
# Setup
Expand Down

0 comments on commit 64bc04f

Please sign in to comment.