Commit 82c0a825 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

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.
parent b3ff8dec
...@@ -2,6 +2,7 @@ name: CIFuzz ...@@ -2,6 +2,7 @@ name: CIFuzz
on: [pull_request] on: [pull_request]
jobs: jobs:
Fuzzing: Fuzzing:
if: github.repository_owner == 'varnishcache'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Build Fuzzers - name: Build Fuzzers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment