From e11c3c9e51c57374235a0c54bfdb86fa73e7d0bc Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Mon, 3 May 2021 15:23:15 -0700 Subject: [PATCH] actions: rename fuzzer job rename scant to ipc as this is the ipc fuzzer Signed-off-by: Curtis Malainey --- .github/workflows/{scant_fuzzer.yml => ipc_fuzzer.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{scant_fuzzer.yml => ipc_fuzzer.yml} (79%) diff --git a/.github/workflows/scant_fuzzer.yml b/.github/workflows/ipc_fuzzer.yml similarity index 79% rename from .github/workflows/scant_fuzzer.yml rename to .github/workflows/ipc_fuzzer.yml index 097aabb5a38a..e91ca5b12b68 100644 --- a/.github/workflows/scant_fuzzer.yml +++ b/.github/workflows/ipc_fuzzer.yml @@ -4,10 +4,10 @@ # also see # https://google.github.io/oss-fuzz/getting-started/continuous-integration/ # -# Build and run fuzzer for 5s to check if it runs properly. If it consistently -# fails in under 5s you probably did something wrong +# Build and run fuzzer for 5s just to check that it runs properly. If it +# consistently fails in under 5s you probably did something wrong -name: Scant fuzz compile +name: IPC fuzzer compile test # 'workflow_dispatch' allows running this workflow manually from the # 'Actions' tab @@ -16,7 +16,7 @@ name: Scant fuzz compile on: [pull_request, workflow_dispatch] jobs: - scant-fuzzer-build: + ipc-fuzzer-build: runs-on: ubuntu-latest steps: - name: Build Fuzzers