[master] c61f79948 Limit cifuzz.yml to the `varnishcache` github org

Martin Blix Grydeland martin at varnish-software.com
Fri Sep 30 15:14:08 UTC 2022


commit c61f799485d9da14128603019478a65d0976dd18
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Sep 30 17:10:54 2022 +0200

    Limit cifuzz.yml to the `varnishcache` github org
    
    Limit the fuzzer runs to PRs on `varnishcache`'s repositories. The build
    scripts won't work correctly from anywhere else anyways.

diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index a18f1333c..411fbe2ef 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -2,6 +2,7 @@ name: CIFuzz
 on: [pull_request]
 jobs:
   Fuzzing:
+    if: github.repository_owner == 'varnishcache'
     runs-on: ubuntu-latest
     steps:
     - name: Build Fuzzers


More information about the varnish-commit mailing list