test: upload to CodeCov only from lvgl/lvgl

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-18 22:15:25 +01:00
parent c09b73bc35
commit 54f9cc926b

View File

@@ -46,7 +46,7 @@ jobs:
test_screenshot_error.h
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: github.event_name == 'push'
if: github.event_name == 'push' && github.repository == 'lvgl/lvgl'
with:
fail_ci_if_error: true
verbose: true