Commit cedf6ffd authored by Yong Tang's avatar Yong Tang Committed by GitHub

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: default avatarYong Tang <yong.tang.github@outlook.com>
parent 52440be7
name: Go Coverage
on: [push, pull_request]
on: [pull_request]
jobs:
test:
name: Coverage
......
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