From 0712b59d81f89824cb46094faddf9f1130ff8594 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Sun, 5 Mar 2023 15:21:06 -0800 Subject: [PATCH] .github/sparse-zephyr: add missing workflow_call to fix daily tests Fixes commit 98b4625a0d8d (".github/daily-tests.yml: add sparse-zephyr.yml") and daily tests which just started failing as found by @aborisovich in https://github.com/thesofproject/sof/actions/runs/4333619550 and others (thanks!). Signed-off-by: Marc Herbert --- .github/workflows/sparse-zephyr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sparse-zephyr.yml b/.github/workflows/sparse-zephyr.yml index 5984707bc8c3..46c59880615e 100644 --- a/.github/workflows/sparse-zephyr.yml +++ b/.github/workflows/sparse-zephyr.yml @@ -5,7 +5,7 @@ name: Sparse Zephyr # 'workflow_dispatch' allows running this workflow manually from the # 'Actions' tab # yamllint disable-line rule:truthy -on: [push, pull_request, workflow_dispatch] +on: [push, pull_request, workflow_dispatch, workflow_call] jobs: # As of sparse commit ce1a6720f69e / Sept 2022, the exit status of