From: Stéphane Graber Date: Wed, 7 Apr 2021 14:34:02 +0000 (-0400) Subject: github: Try to fix action naming X-Git-Tag: lxc-5.0.0~214^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3774%2Fhead;p=thirdparty%2Flxc.git github: Try to fix action naming Signed-off-by: Stéphane Graber --- 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