Skip to content

Commit

Permalink
github: Try to fix action naming
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber authored and Christian Brauner committed Apr 12, 2021
1 parent fe38f0b commit 2d6a6cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
@@ -1,8 +1,7 @@
name: Test build
name: Simple test build
on:
- push
- pull_request

jobs:
test:
strategy:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cifuzz.yml
@@ -1,5 +1,4 @@
---
name: CIFuzz
name: Fuzzing with OSS-fuzz
on:
push:
branches:
Expand Down
3 changes: 1 addition & 2 deletions .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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -2,7 +2,6 @@ name: Static analysis
on:
- push
- pull_request

jobs:
test:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 2d6a6cb

Please sign in to comment.