This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new dcf01f7bef4 .github: Skip Coverage Check when forks are updated (#7177)
dcf01f7bef4 is described below

commit dcf01f7bef445a03cc3f8c987e63103055f6ebbc
Author: John Bampton <[email protected]>
AuthorDate: Mon Feb 13 18:48:31 2023 +1000

    .github: Skip Coverage Check when forks are updated (#7177)
---
 .github/workflows/codecov.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 67d4ae1ff6b..e4eaa041044 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -28,6 +28,7 @@ concurrency:
 
 jobs:
   build:
+    if: github.repository == 'apache/cloudstack'
     name: codecov
     runs-on: ubuntu-22.04
     steps:

Reply via email to