aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cifuzz.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: add concurrency groups to workflowsJoshua Sing2023-12-201-0/+4
|
* there has to be some trigger, even a manual oneBrent Cook2023-11-281-0/+3
|
* disable periodic builds of broken CI workflowsBrent Cook2023-11-281-5/+0
| | | | | | | | Neither of these has built in over a month. Solaris looks to be an upstream timeout issue (seems the hack it uses may not work anymore). Not sure if cifuzz is really needed either, since we're still being tested through clusterfuzz actively.
* change the trigger for running fuzzer testsBrent Cook2023-07-071-1/+6
| | | | | | | | Since fuzzers benefit more from being run regularly on the openbsd tree, and they take a long time, does it make more sense that the trigger is a cron like the Coverity job? They sometimes don't work in branches anyway, since the fuzz builds rely on external code being updated to match the master branch.
* CI: add CIFuzz actionDavid Korczynski2022-11-191-0/+26
Signed-off-by: David Korczynski <david@adalogics.com>