Fix CI for _android.yml (#6469)
CI won't run
Pull Request resolved: https://github.com/pytorch/executorch/pull/6469
diff --git a/.github/workflows/_android.yml b/.github/workflows/_android.yml
index d247cdf..5b2428c 100644
--- a/.github/workflows/_android.yml
+++ b/.github/workflows/_android.yml
@@ -4,10 +4,6 @@
workflow_call:
workflow_dispatch:
-concurrency:
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
- cancel-in-progress: true
-
jobs:
build-llm-demo:
name: build-llm-demo