From f1bf3da8c4b1c92dcd39f9fbf83ca42d9330ebe7 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 5 Mar 2025 13:43:00 -0800 Subject: [PATCH] Ok, maybe not cancelled --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 055da6a2d..c78c69530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,7 +290,6 @@ jobs: tests-data-upload: name: "Upload test status to Codecov" runs-on: ubuntu-24.04 - if: ${{ !cancelled() }} needs: - tests-backend - tests-frontend @@ -307,7 +306,6 @@ jobs: merge-multiple: true - name: Upload frontend test results to Codecov - if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -321,7 +319,6 @@ jobs: path: src/ - name: Upload backend test results to Codecov - uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}