mirror of https://github.com/apache/cloudstack.git
.github: restrict codecov in UI build to apache/cloudstack repo (#11158)
This commit is contained in:
parent
c782835f01
commit
67a1ea35f4
|
|
@ -56,6 +56,7 @@ jobs:
|
||||||
npm run test:unit
|
npm run test:unit
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v4
|
- uses: codecov/codecov-action@v4
|
||||||
|
if: github.repository == 'apache/cloudstack'
|
||||||
with:
|
with:
|
||||||
working-directory: ui
|
working-directory: ui
|
||||||
files: ./coverage/lcov.info
|
files: ./coverage/lcov.info
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue