Skip to content

Commit aa5efbe

Browse files
committed
Remove unused
1 parent e7f13e7 commit aa5efbe

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@ on:
1717
- extension/android/**
1818
- extension/module/**
1919
workflow_dispatch:
20-
inputs:
21-
version:
22-
description: Version name to be uploaded for AAR release
23-
required: false
24-
type: string
2520

2621
concurrency:
2722
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
2823
cancel-in-progress: true
2924

3025
jobs:
31-
build-aar:
32-
name: build-aar
26+
build-llm-demo:
27+
name: build-llm-demo
3328
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
3429
with:
3530
runner: linux.2xlarge
@@ -55,7 +50,7 @@ jobs:
5550
5651
# Running Android emulator directly on the runner and not using Docker
5752
run-emulator:
58-
needs: build-aar
53+
needs: build-llm-demo
5954
# NB: Use metal install for KVM support to run the emulator faster
6055
runs-on: linux.24xl.spr-metal
6156
env:

0 commit comments

Comments
 (0)