[fix] : Instead of sending the value scan's batch all at once, split it up to reuse memory. #4166
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MO Checkin Regression(Standalone BVT) | |
on: | |
pull_request_target: | |
branches: [ main,'[0-9]+.[0-9]+*' ] | |
types: | |
- closed | |
paths: | |
- '**.go' | |
- '**.c' | |
- '**.h' | |
- 'test/distributed/**' | |
jobs: | |
mo-checkin-regression: | |
name: MO Checkin Regression(Standalone BVT) | |
uses: matrixorigin/CI/.github/workflows/merge-trigger-standalone.yaml@release/2.0-dev | |
secrets: inherit |