Unverified Commit 33c0a546 by Christian Brauner Committed by GitHub

Merge pull request #3774 from stgraber/master

github: Try to fix action naming
parents f0c6219a 7e8b9b04
name: Test build
name: Simple test build
on:
- push
- pull_request
jobs:
test:
strategy:
......
---
name: CIFuzz
name: Fuzzing with OSS-fuzz
on:
push:
branches:
......
name: Coverity
name: Coverity build and upload
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
......
......@@ -2,7 +2,6 @@ name: Static analysis
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-18.04
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment