From: Pasukhin Dmitry Date: Sat, 1 Feb 2025 17:17:21 +0000 (+0100) Subject: Testing - GH Summary disabling for cancellation #325 X-Git-Tag: V7_9_0_beta1~11 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=afb0a7e4c4964e064619e58e353a22cb1f47a891;p=occt.git Testing - GH Summary disabling for cancellation #325 --- 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: