From: Vincent Bernat Date: Sat, 3 Jun 2023 21:07:39 +0000 (+0200) Subject: build: rename fuzzing workflow X-Git-Tag: 1.0.18~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5461e01e5280987e5b3dd46db18042a96c02004c;p=thirdparty%2Flldpd.git build: rename fuzzing workflow --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/fuzz.yml similarity index 98% rename from .github/workflows/cifuzz.yml rename to .github/workflows/fuzz.yml index 1a3bf40e..1287cca6 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/fuzz.yml @@ -1,5 +1,5 @@ --- -name: CIFuzz +name: Fuzzing on: pull_request: jobs: