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: on:
- push - push
- pull_request - pull_request
jobs: jobs:
test: test:
strategy: strategy:
......
--- name: Fuzzing with OSS-fuzz
name: CIFuzz
on: on:
push: push:
branches: branches:
......
name: Coverity name: Coverity build and upload
on: on:
push: push:
branches: branches:
- master - master
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
......
...@@ -2,7 +2,6 @@ name: Static analysis ...@@ -2,7 +2,6 @@ name: Static analysis
on: on:
- push - push
- pull_request - pull_request
jobs: jobs:
test: test:
runs-on: ubuntu-18.04 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