diff --git a/.github/workflows/build-3rd-party.yml b/.github/workflows/build-3rd-party.yml index f75f8e5889..642d978644 100644 --- a/.github/workflows/build-3rd-party.yml +++ b/.github/workflows/build-3rd-party.yml @@ -12,15 +12,7 @@ on: '**/*.h', '**/*.hpp', '**/*.c', - '**/*.cpp', - '**/*.cu', - '**/*.cuh', - '**/*.swift', - '**/*.m', - '**/*.metal', - '**/*.comp', - '**/*.glsl', - '**/*.wgsl' + '**/*.cpp' ] concurrency: diff --git a/.github/workflows/build-apple.yml b/.github/workflows/build-apple.yml index fa7a08a4dc..6a7e1e71bd 100644 --- a/.github/workflows/build-apple.yml +++ b/.github/workflows/build-apple.yml @@ -13,14 +13,9 @@ on: '**/*.hpp', '**/*.c', '**/*.cpp', - '**/*.cu', - '**/*.cuh', '**/*.swift', '**/*.m', - '**/*.metal', - '**/*.comp', - '**/*.glsl', - '**/*.wgsl' + '**/*.metal' ] concurrency: diff --git a/.github/workflows/build-cann.yml b/.github/workflows/build-cann.yml index 5b565cea90..b289c057fc 100644 --- a/.github/workflows/build-cann.yml +++ b/.github/workflows/build-cann.yml @@ -12,15 +12,7 @@ on: '**/*.h', '**/*.hpp', '**/*.c', - '**/*.cpp', - '**/*.cu', - '**/*.cuh', - '**/*.swift', - '**/*.m', - '**/*.metal', - '**/*.comp', - '**/*.glsl', - '**/*.wgsl' + '**/*.cpp' ] concurrency: diff --git a/.github/workflows/build-riscv.yml b/.github/workflows/build-riscv.yml index 3e42d03126..478be67ef9 100644 --- a/.github/workflows/build-riscv.yml +++ b/.github/workflows/build-riscv.yml @@ -12,15 +12,7 @@ on: '**/*.h', '**/*.hpp', '**/*.c', - '**/*.cpp', - '**/*.cu', - '**/*.cuh', - '**/*.swift', - '**/*.m', - '**/*.metal', - '**/*.comp', - '**/*.glsl', - '**/*.wgsl' + '**/*.cpp' ] concurrency: diff --git a/.github/workflows/build-sanitize.yml b/.github/workflows/build-sanitize.yml index 45b240e9c1..0b17857504 100644 --- a/.github/workflows/build-sanitize.yml +++ b/.github/workflows/build-sanitize.yml @@ -12,15 +12,7 @@ on: '**/*.h', '**/*.hpp', '**/*.c', - '**/*.cpp', - '**/*.cu', - '**/*.cuh', - '**/*.swift', - '**/*.m', - '**/*.metal', - '**/*.comp', - '**/*.glsl', - '**/*.wgsl' + '**/*.cpp' ] concurrency: diff --git a/.github/workflows/build-vulkan.yml b/.github/workflows/build-vulkan.yml index c32431d95c..7a0304f280 100644 --- a/.github/workflows/build-vulkan.yml +++ b/.github/workflows/build-vulkan.yml @@ -13,14 +13,8 @@ on: '**/*.hpp', '**/*.c', '**/*.cpp', - '**/*.cu', - '**/*.cuh', - '**/*.swift', - '**/*.m', - '**/*.metal', '**/*.comp', - '**/*.glsl', - '**/*.wgsl' + '**/*.glsl' ] concurrency: diff --git a/.github/workflows/server-sanitize.yml b/.github/workflows/server-sanitize.yml index 9641675729..b4e7a78d36 100644 --- a/.github/workflows/server-sanitize.yml +++ b/.github/workflows/server-sanitize.yml @@ -14,7 +14,7 @@ on: push: branches: - master - paths: ['.github/workflows/server-sanitize.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'tools/server/**.*'] + paths: ['.github/workflows/server-sanitize.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', 'tools/server/**.*'] env: LLAMA_LOG_COLORS: 1