]> OCCT Git - occt.git/commitdiff
Testing - Disable summarization on cancellation #330
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Sun, 2 Feb 2025 10:34:32 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 10:34:32 +0000 (10:34 +0000)
.github/workflows/build-and-test-multiplatform.yml

index 4913bf13f49ecc54ab4ffb3fa0856515a24697fa..06f88d26aeffc83ab2a8eb039b29a458e58f77ac 100644 (file)
@@ -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: