Add workflow_call to cortex_m.yml (#2466)

This is to allow the cortex m workflow to be called from other
workflows.

BUG=cleanup
diff --git a/.github/workflows/cortex_m.yml b/.github/workflows/cortex_m.yml
index 7a78b3f..9ea5a9a 100644
--- a/.github/workflows/cortex_m.yml
+++ b/.github/workflows/cortex_m.yml
@@ -18,6 +18,15 @@
     types:
       - closed
       - labeled
+  
+  workflow_call:
+    inputs:
+      trigger-sha:
+        required: true
+        type: string
+    secrets:
+      tflm-bot-token:
+        required: true
 
 jobs:
   cortex_m_generic: