From: Nathan Moinvaziri Date: Mon, 25 May 2020 04:32:30 +0000 (-0700) Subject: Rename github actions fuzz workflow to be consistent with the rest of the workflows. X-Git-Tag: 1.9.9-b1~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870416ca986218ebeb323c196f2af689c9502a8f;p=thirdparty%2Fzlib-ng.git Rename github actions fuzz workflow to be consistent with the rest of the workflows. --- diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 942ee1bd..e7ddaea5 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -1,4 +1,4 @@ -name: CIFuzz +name: CI Fuzz on: [pull_request] jobs: Fuzzing: