Skip to content

Commit 0df21d9

Browse files
committed
up
1 parent 5ee8ac4 commit 0df21d9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/mlx.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- .github/workflows/mlx.yml
1111
- backends/mlx/**
12+
- extension/llm/export/**
13+
- extension/audio/**
14+
- examples/models/parakeet/**
15+
- examples/models/voxtral_realtime/**
1216
workflow_dispatch:
1317

14-
concurrency:
15-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
16-
cancel-in-progress: true
18+
permissions: {}
1719

1820
jobs:
1921
test-mlx:

0 commit comments

Comments
 (0)