Skip to content

Commit ea70309

Browse files
committed
Remove unused demo_path input from android-emulator workflow
The matrix already defines which demos to test, making the workflow_dispatch input redundant.
1 parent 1fe0263 commit ea70309

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/android-emulator.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ on:
1414
- 'mv3/android/**'
1515
- '.github/workflows/android-emulator.yml'
1616
workflow_dispatch:
17-
inputs:
18-
demo_path:
19-
description: 'Path to Android demo (e.g., dl3/android/DeepLabV3Demo)'
20-
required: false
21-
default: 'dl3/android/DeepLabV3Demo'
22-
type: string
2317

2418
permissions:
2519
contents: read
@@ -37,7 +31,7 @@ jobs:
3731
env:
3832
API_LEVEL: 34
3933
ARCH: x86_64
40-
DEMO_PATH: ${{ inputs.demo_path || matrix.demo.path }}
34+
DEMO_PATH: ${{ matrix.demo.path }}
4135

4236
name: Instrumentation Test ${{ matrix.demo.name }}
4337
steps:

0 commit comments

Comments
 (0)