]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Run CIFuzz workflow on schedule
authorDmitry Misharov <dmitry@openssl.org>
Wed, 5 Nov 2025 15:48:02 +0000 (16:48 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 12 Nov 2025 09:29:37 +0000 (10:29 +0100)
There is no point to run oss-fuzz on each pull request.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29080)

.github/workflows/oss-fuzz.yml [moved from .github/workflows/main.yml with 93% similarity]

similarity index 93%
rename from .github/workflows/main.yml
rename to .github/workflows/oss-fuzz.yml
index b08c45766be0db51b0a43fe54843453392a53704..0099d8d98a5d6f4fca51205d17f58ff824c697f1 100644 (file)
@@ -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