Skip to content

Commit

Permalink
Add workflow_call to cortex_m.yml (#2466)
Browse files Browse the repository at this point in the history
This is to allow the cortex m workflow to be called from other
workflows.

BUG=cleanup
  • Loading branch information
rascani authored Feb 22, 2024
1 parent ab76710 commit 3119632
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cortex_m.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3119632

Please sign in to comment.