aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2021-01-26 20:03:12 +0200
committerGitHub <noreply@github.com>2021-01-26 20:03:12 +0200
commit2cd3126651ca4e1a7736ffc27708c08586be6f94 (patch)
treeeca2575c8800189120cfebbfab62a502cd8032ba
parentbde3cab216bf00caf3bb4c186fb7b8e8192a5ddd (diff)
downloadjansson-2cd3126651ca4e1a7736ffc27708c08586be6f94.zip
jansson-2cd3126651ca4e1a7736ffc27708c08586be6f94.tar.gz
jansson-2cd3126651ca4e1a7736ffc27708c08586be6f94.tar.bz2
Add name to the fuzz tests workflow
-rw-r--r--.github/workflows/fuzz.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 4175cb6..c8ae375 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -1,3 +1,5 @@
+name: oss-fuzz
+
on:
pull_request:
branches: [ master ]