This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 67a1ea35f4e .github: restrict codecov in UI build to apache/cloudstack
repo (#11158)
67a1ea35f4e is described below
commit 67a1ea35f4e40f8f81acdc99a6624f0c8590b564
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Jul 10 03:44:46 2025 +0200
.github: restrict codecov in UI build to apache/cloudstack repo (#11158)
---
.github/workflows/ui.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index 476526aff32..1c2d2c07fc0 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -56,6 +56,7 @@ jobs:
npm run test:unit
- uses: codecov/codecov-action@v4
+ if: github.repository == 'apache/cloudstack'
with:
working-directory: ui
files: ./coverage/lcov.info