diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-15 17:55:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-18 11:34:42 +0200 |
| commit | ec15ba17bec71f662375f342cb66fb6cde6d4718 (patch) | |
| tree | c71333be09511416f38f97515753ed3ecb1e3fb5 /.github/workflows | |
| parent | 4836c13c61f1945da510fc12d1c93a51603aaf04 (diff) | |
.github/workflows: rename oss-fuzz workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/oss-fuzz.yml (renamed from .github/workflows/main.yml) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/oss-fuzz.yml index 05ae96f37..1f91cb08d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/oss-fuzz.yml @@ -1,4 +1,7 @@ -name: CIFuzz +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +name: oss-fuzz # The action is broken, disable for now. # https://github.com/google/oss-fuzz/issues/3670 on: @@ -25,4 +28,3 @@ jobs: with: name: artifacts path: ./out/artifacts - |
