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: