ci : limit trigger paths for the CPU workflow (#23938)

This commit is contained in:
Georgi Gerganov
2026-05-31 19:02:47 +03:00
committed by GitHub
parent d4c8e2c29c
commit 399739d5c5
+1 -17
View File
@@ -14,14 +14,6 @@ on:
'**/*.hpp', '**/*.hpp',
'**/*.c', '**/*.c',
'**/*.cpp', '**/*.cpp',
'**/*.cu',
'**/*.cuh',
'**/*.swift',
'**/*.m',
'**/*.metal',
'**/*.comp',
'**/*.glsl',
'**/*.wgsl'
] ]
pull_request: pull_request:
@@ -34,15 +26,7 @@ on:
'**/*.h', '**/*.h',
'**/*.hpp', '**/*.hpp',
'**/*.c', '**/*.c',
'**/*.cpp', '**/*.cpp'
'**/*.cu',
'**/*.cuh',
'**/*.swift',
'**/*.m',
'**/*.metal',
'**/*.comp',
'**/*.glsl',
'**/*.wgsl'
] ]
concurrency: concurrency: