Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/zephyr.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,10 +14,6 @@ jobs:
strategy:
fail-fast: false
matrix:
zephyr_revision: [
manifest_revision,
"https://github.com/zephyrproject-rtos/zephyr main",
]
IPC_platforms: [
# IPC3
apl cnl,
Expand All@@ -27,6 +23,10 @@ jobs:
# only tgl has IPC4 overlay file now
-i IPC4 tgl,
]
zephyr_revision: [
manifest_revision,
"https://github.com/zephyrproject-rtos/zephyr main",
]

steps:
- uses: actions/checkout@v2
Expand Down