Disable CodeCov on commit push (#4572)

As commit push holds write access of GITHUB_TOKEN, we may
want to limit the scope of third-party test run.

This PR disable CodeCov on commit push. Pull request is still
ok.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2021-04-16 07:38:42 -07:00 committed by GitHub
parent 52440be79e
commit cedf6ffddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
name: Go Coverage
on: [push, pull_request]
on: [pull_request]
jobs:
test:
name: Coverage