mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Disable test results upload on forks (#139749)
Disable test result uploads on forks
This commit is contained in:
parent
d38e046494
commit
d5ba55d2fc
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -1452,7 +1452,9 @@ jobs:
|
|||||||
|
|
||||||
upload-test-results:
|
upload-test-results:
|
||||||
name: Upload test results to Codecov
|
name: Upload test results to Codecov
|
||||||
if: needs.info.outputs.skip_coverage != 'true' && !cancelled()
|
# codecov/test-results-action currently doesn't support tokenless uploads
|
||||||
|
# therefore we can't run it on forks
|
||||||
|
if: github.repository_owner == 'home-assistant' && needs.info.outputs.skip_coverage != 'true' && !cancelled()
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- info
|
- info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user