From 6e5a1d1d372344f98ac7f6085cc191db29d715ed Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Sat, 1 Feb 2025 22:10:12 +0000 Subject: [PATCH] Testing - Disable summarization on cancellation #330 --- .github/workflows/build-and-test-multiplatform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 4913bf13f4..1e2ba0def3 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -1611,7 +1611,7 @@ jobs: test-summary: name: 'Summarize Test Results' runs-on: ubuntu-24.04 - if: ${{ !cancelled() }} && github.event_name == 'pull_request' + if: !cancelled() && github.event_name == 'pull_request' needs: [retest-windows-x64, retest-windows-clang-x64, retest-macos-x64, retest-macos-gcc-x64, retest-linux-clang-x64, retest-linux-gcc-x64] steps: