summaryrefslogtreecommitdiffstats
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cifuzz: protect forks from CIFuzzEvgeny Vereshchagin2020-05-191-0/+1
| | | | CIFuzz isn't compatible with forks: https://github.com/google/oss-fuzz/issues/3731
* cifuzz: set allowed-broken-targets-percentage to 0Evgeny Vereshchagin2020-05-141-0/+1
|
* cifuzz: fuzz the master branch on pushFrantisek Sumsal2020-05-081-0/+3
| | | | | | | | 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.
* cifuzz: run only for relevant PRsFrantisek Sumsal2020-05-081-1/+9
| | | | | Fuzz only PRs with relevant changes (source code and fuzzer corpora) to save resources.
* cifuzz: upload artifacts only when the "run fuzzers" step failsEvgeny Vereshchagin2020-05-021-1/+2
|
* ci: introduce CIFuzzFrantisek Sumsal2020-04-241-0/+27
Per-PR fuzzing provided by OSS-Fuzz using GH workflows. See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/