Skip to content

Commit 8b39d49

Browse files
committed
Don't trigger CI for most PR actions
1 parent c50b628 commit 8b39d49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- master
1313
paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.c', '**/*.cpp']
1414
pull_request:
15-
types: [opened, synchronize, edited, reopened, review_requested, ready_for_review]
15+
types: [opened, synchronize, reopened]
1616
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.c', '**/*.cpp']
1717

1818
env:

ggml.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12320,3 +12320,5 @@ int ggml_cpu_has_vsx(void) {
1232012320
}
1232112321

1232212322
////////////////////////////////////////////////////////////////////////////////
12323+
12324+
/* testing */

0 commit comments

Comments
 (0)