From: Georgi Gerganov Date: Sun, 31 May 2026 16:02:47 +0000 (+0300) Subject: ci : limit trigger paths for the CPU workflow (#23938) X-Git-Tag: upstream/0.0.10438~995 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=399739d5c5978351f39e3454bfbfbab4f369088f;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : limit trigger paths for the CPU workflow (#23938) --- diff --git a/.github/workflows/build-cpu.yml b/.github/workflows/build-cpu.yml index ee0f8b888..8f62e1a17 100644 --- a/.github/workflows/build-cpu.yml +++ b/.github/workflows/build-cpu.yml @@ -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: