mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +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:
|
||||
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
|
||||
needs:
|
||||
- info
|
||||
|
Loading…
x
Reference in New Issue
Block a user