Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/_test_cortex_m_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
type: string
targets:
description: 'JSON array of cortex-m target CPUs to build the runner for, e.g. ["cortex-m55", "cortex-m7"]'
description: 'JSON array of cortex-m target CPUs to build the runner for, e.g. ["cortex-m55", "cortex-m7", "cortex-m0plus"]'
required: false
type: string
default: '["cortex-m55"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,4 +1075,4 @@ jobs:
uses: ./.github/workflows/_test_cortex_m_e2e.yml
with:
models: '["mv2", "mv3"]'
targets: '["cortex-m55", "cortex-m7"]'
targets: '["cortex-m55", "cortex-m7", "cortex-m0plus"]'
Loading