| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
CIFuzz isn't compatible with forks: https://github.com/google/oss-fuzz/issues/3731
|
| |
|
|
|
|
|
|
|
|
| |
Apart from running CIFuzz for each relevant PR, let's run it
unconditionally for each push to master to detect possible issues
(caused by ignored PRs, etc.).
Followup to 94f660a8fe6144b9153c8acaf9e6bb9e47e14b97.
|
|
|
|
|
| |
Fuzz only PRs with relevant changes (source code and fuzzer corpora) to
save resources.
|
| |
|
|
Per-PR fuzzing provided by OSS-Fuzz using GH workflows.
See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
|