1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

Testing - GH Summary disabling for cancellation #325

This commit is contained in:
Pasukhin Dmitry 2025-02-01 18:17:21 +01:00 committed by GitHub
parent 45a52dfce7
commit afb0a7e4c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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: