We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1772d commit eea172dCopy full SHA for eea172d
.github/workflows/_android.yml
@@ -4,10 +4,6 @@ on:
4
workflow_call:
5
workflow_dispatch:
6
7
-concurrency:
8
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
9
- cancel-in-progress: true
10
-
11
jobs:
12
build-llm-demo:
13
name: build-llm-demo
0 commit comments