]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI: Disable scheduled Fuzzing action in forks
authorOrgad Shaneh <orgads@gmail.com>
Sat, 17 Jan 2026 18:50:38 +0000 (20:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 26 Jan 2026 15:47:50 +0000 (16:47 +0100)
There is no reason to run it in forks.

Similar to 6e5ce1ebb5bac84043e4327caa467401973dafb8.

Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Mon Jan 26 15:47:57 2026
(Merged from https://github.com/openssl/openssl/pull/29660)

.github/workflows/oss-fuzz.yml

index aeb904b50768b6f21f55eef223f1ea077d35fa3d..dd417500b3c26b37dbb523c01663b346ffce45d5 100644 (file)
@@ -15,6 +15,7 @@ permissions:
 
 jobs:
   Fuzzing:
+    if: github.event_name != 'schedule' || github.repository == 'openssl/openssl'
     runs-on: ubuntu-latest
     steps:
     - name: Clear unnecessary files