Skip to content

Commit

Permalink
Testing - Disable GH master summarizing #138
Browse files Browse the repository at this point in the history
Disable GH action for summarize on master branch
  • Loading branch information
dpasukhi committed Oct 31, 2024
1 parent 3ddb860 commit 2d9c5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d9c5a8

Please sign in to comment.