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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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: