From 6e47877fa809717a82f9f9fab1cc873a9cdf61fa Mon Sep 17 00:00:00 2001 From: Lorenzo Cian <17258265+lcian@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:04:30 +0100 Subject: [PATCH] ci: Temporarily disable Prevent upload Temporarily disable uploading test results to Sentry Prevent due to CCMRG-1820. --- .github/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f0dd07..73da15ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,13 +63,14 @@ jobs: - name: Run tests with nextest run: cargo nextest run --profile ci --all-features --all-targets - - - name: Upload test results to Sentry Prevent - if: ${{ !cancelled() }} - uses: getsentry/prevent-action@v0 - with: - files: target/nextest/ci/junit.xml - disable_search: true + + # Temporarily disabled due to CCMRG-1820 + # - name: Upload test results to Sentry Prevent + # if: ${{ !cancelled() }} + # uses: getsentry/prevent-action@v0 + # with: + # files: target/nextest/ci/junit.xml + # disable_search: true MSRV: strategy: