Rename CIFuzz workflow to fuzz

Match the naming convention used by the other workflows: lowercase,
single-word names that describe what the workflow does rather than the
tool it uses. Also rename the job from Fuzzing to fuzz for consistency.
This commit is contained in:
Victor Zverovich 2026-06-01 12:02:54 -07:00
parent 2538c89e71
commit 6b2d7f9726

View File

@ -1,11 +1,11 @@
name: CIFuzz
name: fuzz
on: [pull_request]
permissions:
contents: read
jobs:
Fuzzing:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Build fuzzers