Skip to content

Commit

Permalink
actions: rename fuzzer job
Browse files Browse the repository at this point in the history
rename scant to ipc as this is the ipc fuzzer

Signed-off-by: Curtis Malainey <[email protected]>
  • Loading branch information
cujomalainey authored and lgirdwood committed May 18, 2021
1 parent 39551b0 commit e11c3c9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e11c3c9

Please sign in to comment.