Skip to content

Add director notfiy method and use it for admin health changes #1011

Add director notfiy method and use it for admin health changes

Add director notfiy method and use it for admin health changes #1011

Workflow file for this run

name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
if: github.repository_owner == 'varnishcache'
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'varnish'
dry-run: false
language: c
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'varnish'
fuzz-seconds: 600
dry-run: false
language: c
- name: Upload Crash
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts