]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : limit trigger paths for the CPU workflow (#23938)
authorGeorgi Gerganov <redacted>
Sun, 31 May 2026 16:02:47 +0000 (19:02 +0300)
committerGitHub <redacted>
Sun, 31 May 2026 16:02:47 +0000 (19:02 +0300)
.github/workflows/build-cpu.yml

index ee0f8b88844b09757913f7a2e422be219cba887e..8f62e1a177cd05e729b370038b8e8227940ed4ec 100644 (file)
@@ -14,14 +14,6 @@ on:
       '**/*.hpp',
       '**/*.c',
       '**/*.cpp',
-      '**/*.cu',
-      '**/*.cuh',
-      '**/*.swift',
-      '**/*.m',
-      '**/*.metal',
-      '**/*.comp',
-      '**/*.glsl',
-      '**/*.wgsl'
     ]
 
   pull_request:
@@ -34,15 +26,7 @@ on:
       '**/*.h',
       '**/*.hpp',
       '**/*.c',
-      '**/*.cpp',
-      '**/*.cu',
-      '**/*.cuh',
-      '**/*.swift',
-      '**/*.m',
-      '**/*.metal',
-      '**/*.comp',
-      '**/*.glsl',
-      '**/*.wgsl'
+      '**/*.cpp'
     ]
 
 concurrency: