From afb0a7e4c4964e064619e58e353a22cb1f47a891 Mon Sep 17 00:00:00 2001 From: Pasukhin Dmitry Date: Sat, 1 Feb 2025 18:17:21 +0100 Subject: [PATCH] Testing - GH Summary disabling for cancellation #325 --- .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 8c04035a42..28f0f1fc7b 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: always() && 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: