From 54f9cc926bbfb074039892be0f351023cc6066c5 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sat, 18 Nov 2023 22:15:25 +0100 Subject: [PATCH] test: upload to CodeCov only from lvgl/lvgl --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index b64beb368..40e1ffa69 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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