diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-02-27 13:58:56 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-02-27 13:58:56 +0100 |
commit | 71b1414dbd985b5fc270a13a79a08b63864a8bd1 (patch) | |
tree | a21d17c61ef103b7e6d6d8bb4fbc3e7cc649c44c /.github | |
parent | a8628459f29c0728ae48a0bd7d215592f5c23ca2 (diff) | |
download | ATCD-71b1414dbd985b5fc270a13a79a08b63864a8bd1.tar.gz |
Updated action name
* .github/workflows/fuzz.yml:
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 30b4918e380..2d86b52d40e 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -1,4 +1,4 @@ -name: C/C++ CI +name: fuzz on: [push, pull_request] |