diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c85961eaf..219d55a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,6 +283,7 @@ jobs: tests-coverage-upload: name: "Upload to Codecov" runs-on: ubuntu-24.04 + if: ${{ !cancelled() }} needs: - tests-backend - tests-frontend @@ -344,7 +345,6 @@ jobs: directory: src/ - name: Upload backend test results to Codecov - if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}