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:
parent
52440be79e
commit
cedf6ffddc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.coverage.yml
vendored
2
.github/workflows/go.coverage.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Go Coverage
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
test:
|
||||
name: Coverage
|
||||
|
|
Loading…
Add table
Reference in a new issue