From: dpasukhi Date: Thu, 31 Oct 2024 21:53:57 +0000 (+0000) Subject: Testing - Disable GH master summarizing #138 X-Git-Tag: V7_9_0_beta1~120 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2d9c5a868d2f9ec6d281bb6204cd3292706e2490;p=occt.git Testing - Disable GH master summarizing #138 Disable GH action for summarize on master branch --- diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 2699f8c57c..53a5833171 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -719,6 +719,7 @@ jobs: summarize: name: Summarize and Send PR Message runs-on: ubuntu-24.04 + if: github.event_name == 'pull_request' needs: [test-windows-x64, test-windows-clang-x64, test-macos-x64, test-macos-gcc-x64, test-linux-clang-x64, test-linux-gcc-x64] steps: