Skip to content

Commit 399739d

Browse files
authored
ci : limit trigger paths for the CPU workflow (ggml-org#23938)
1 parent d4c8e2c commit 399739d

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/build-cpu.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ on:
1414
'**/*.hpp',
1515
'**/*.c',
1616
'**/*.cpp',
17-
'**/*.cu',
18-
'**/*.cuh',
19-
'**/*.swift',
20-
'**/*.m',
21-
'**/*.metal',
22-
'**/*.comp',
23-
'**/*.glsl',
24-
'**/*.wgsl'
2517
]
2618

2719
pull_request:
@@ -34,15 +26,7 @@ on:
3426
'**/*.h',
3527
'**/*.hpp',
3628
'**/*.c',
37-
'**/*.cpp',
38-
'**/*.cu',
39-
'**/*.cuh',
40-
'**/*.swift',
41-
'**/*.m',
42-
'**/*.metal',
43-
'**/*.comp',
44-
'**/*.glsl',
45-
'**/*.wgsl'
29+
'**/*.cpp'
4630
]
4731

4832
concurrency:

0 commit comments

Comments
 (0)