From 31196328df3c111d95c5e06bcc1caa4aa6d748e6 Mon Sep 17 00:00:00 2001 From: RJ Ascani Date: Thu, 22 Feb 2024 13:08:41 -0800 Subject: [PATCH] Add workflow_call to cortex_m.yml (#2466) This is to allow the cortex m workflow to be called from other workflows. BUG=cleanup --- .github/workflows/cortex_m.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/cortex_m.yml b/.github/workflows/cortex_m.yml index 7a78b3f9b94..9ea5a9a8c82 100644 --- a/.github/workflows/cortex_m.yml +++ b/.github/workflows/cortex_m.yml @@ -18,6 +18,15 @@ on: types: - closed - labeled + + workflow_call: + inputs: + trigger-sha: + required: true + type: string + secrets: + tflm-bot-token: + required: true jobs: cortex_m_generic: