]> OCCT Git - occt.git/commitdiff
Testing - Disable GH master summarizing #138
authordpasukhi <dpasukhi@opencascade.com>
Thu, 31 Oct 2024 21:53:57 +0000 (21:53 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Thu, 31 Oct 2024 21:53:57 +0000 (21:53 +0000)
Disable GH action for summarize on master branch

.github/workflows/build-and-test-multiplatform.yml

index 2699f8c57c6a237a42a8ca21e4ea001772eb6c9d..53a5833171708224d3bf741a9b8bebdb690d7b7a 100644 (file)
@@ -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: