Skip to content

Commit 2d9c5a8

Browse files
committed
Testing - Disable GH master summarizing #138
Disable GH action for summarize on master branch
1 parent 3ddb860 commit 2d9c5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ jobs:
719719
summarize:
720720
name: Summarize and Send PR Message
721721
runs-on: ubuntu-24.04
722+
if: github.event_name == 'pull_request'
722723
needs: [test-windows-x64, test-windows-clang-x64, test-macos-x64, test-macos-gcc-x64, test-linux-clang-x64, test-linux-gcc-x64]
723724

724725
steps:

0 commit comments

Comments
 (0)