From 7e8b9b04f24d19420fb177a62a1379363aa3e011 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Wed, 7 Apr 2021 10:34:02 -0400 Subject: [PATCH] github: Try to fix action naming MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/build.yml | 3 +-- .github/workflows/cifuzz.yml | 3 +-- .github/workflows/coverity.yml | 3 +-- .github/workflows/static-analysis.yml | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78d36d5a3..25a0af299 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,7 @@ -name: Test build +name: Simple test build on: - push - pull_request - jobs: test: strategy: diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 9a12e5e5a..f76ecf865 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,4 @@ ---- -name: CIFuzz +name: Fuzzing with OSS-fuzz on: push: branches: diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index efc171a46..7003729ed 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,9 +1,8 @@ -name: Coverity +name: Coverity build and upload on: push: branches: - master - jobs: test: runs-on: ubuntu-latest diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 7ac48963e..0317559ad 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -2,7 +2,6 @@ name: Static analysis on: - push - pull_request - jobs: test: runs-on: ubuntu-18.04 -- 2.47.2