From 82ad2f23daed244860812ed556f58a5283d3b113 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 17 Aug 2026 10:53:11 +0300 Subject: T9220: ci: fold test-results upload condition (yaml line-length) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/codecoverage.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows/codecoverage.yml') diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 99047151..25155377 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -71,7 +71,11 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov - if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) && github.actor != 'dependabot[bot]' }} + if: >- + ${{ !cancelled() && + (github.event_name != 'pull_request' || + github.event.pull_request.head.repo.fork == false) && + github.actor != 'dependabot[bot]' }} uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5 timeout-minutes: 5 continue-on-error: true -- cgit v1.2.3