From 78c9af6fbd55d9a90e3c58f07f8f173d58f02fe3 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Fri, 20 Oct 2023 15:09:59 -0700 Subject: [PATCH] .github/zephyr: stop trying Zephyr main branch with a stable branch It's bold enough with the SOF main branch, it's obviously not going to work with a stable branch of SOF. Signed-off-by: Marc Herbert --- .github/workflows/zephyr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index a1cb163c158d..58ba753db144 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -100,7 +100,6 @@ jobs: # Search "zephyr_revision" and see below what they expand to. zephyr_revision: [ mnfst, # special value: don't override sof/west.yml - zmain, # Zephyr's main branch ] # Using groups to avoid spamming the small results box with too # many lines. Pay attention to COMMAS.