Skip to content

Commit a9386f3

Browse files
committed
ci: skip cfl and oss-fuzz with LAPI tests
Lua is not supported by OSS-Fuzz [1]. 1. google/oss-fuzz#13782
1 parent 4198abb commit a9386f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cflite_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
paths-ignore:
1313
- 'cmake/BuildLua.cmake'
1414
- 'README.md'
15+
- 'tests/lapi/**'
1516

1617
concurrency:
1718
# Update of a developer branch cancels the previously scheduled workflow

.github/workflows/oss-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'master'
77
paths:
88
- '.github/workflows/**'
9-
- 'tests/**'
9+
- 'tests/capi/**'
1010
- 'cmake/**'
1111
- 'CMakeLists.txt'
1212
pull_request:

0 commit comments

Comments
 (0)