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: 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