From: Dmitry Misharov Date: Wed, 5 Nov 2025 15:48:02 +0000 (+0100) Subject: Run CIFuzz workflow on schedule X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a9f090afc520429f9d1f64df37c34c357dddfa;p=thirdparty%2Fopenssl.git Run CIFuzz workflow on schedule There is no point to run oss-fuzz on each pull request. Reviewed-by: Bernd Edlinger Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29080) --- diff --git a/.github/workflows/main.yml b/.github/workflows/oss-fuzz.yml similarity index 93% rename from .github/workflows/main.yml rename to .github/workflows/oss-fuzz.yml index b08c45766be..0099d8d98a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/oss-fuzz.yml @@ -6,7 +6,10 @@ # https://www.openssl.org/source/license.html name: CIFuzz -on: [pull_request, push] +on: + schedule: + - cron: '50 01 * * *' + workflow_dispatch: permissions: contents: read