diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78d36d5a39..25a0af2991 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 9a12e5e5a6..f76ecf865f 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 efc171a461..7003729edd 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 7ac48963ec..0317559ad8 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