We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4198abb commit f7bd674Copy full SHA for f7bd674
.github/workflows/cflite_pr.yml
@@ -12,6 +12,9 @@ on:
12
paths-ignore:
13
- 'cmake/BuildLua.cmake'
14
- 'README.md'
15
+ # Lua is not supported by OSS Fuzz,
16
+ # https://github.com/google/oss-fuzz/issues/13782.
17
+ - 'tests/lapi/**'
18
19
concurrency:
20
# Update of a developer branch cancels the previously scheduled workflow
.github/workflows/oss-fuzz.yml
@@ -6,7 +6,9 @@ on:
6
- 'master'
7
paths:
8
- '.github/workflows/**'
9
- - 'tests/**'
10
11
+ - 'tests/capi/**'
- 'cmake/**'
- 'CMakeLists.txt'
pull_request:
0 commit comments