Unverified Commit 2d6a6cb5 by Stéphane Graber Committed by Christian Brauner

github: Try to fix action naming

parent fe38f0b1
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