]> OCCT Git - occt.git/commitdiff
Testing - GH Summary disabling for cancellation #325
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Sat, 1 Feb 2025 17:17:21 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2025 17:17:21 +0000 (17:17 +0000)
.github/workflows/build-and-test-multiplatform.yml

index 8c04035a42ccdeff53c785487467240156c046ed..28f0f1fc7b19ee217f62663440669eaae9843ebc 100644 (file)
@@ -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: