From: Pasukhin Dmitry Date: Sun, 2 Feb 2025 10:34:32 +0000 (+0100) Subject: Testing - Disable summarization on cancellation #330 X-Git-Tag: V7_9_0_beta1~6 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=16d36a47fc3e1a059def86017e04956e85c5d664;p=occt.git Testing - Disable summarization on cancellation #330 --- diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 4913bf13f4..06f88d26ae 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: