mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 00:31:30 +01:00
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
2
.github/workflows/go.coverage.yml
vendored
2
.github/workflows/go.coverage.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Go Coverage
|
name: Go Coverage
|
||||||
on: [push, pull_request]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Coverage
|
name: Coverage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user