github.com/matrixorigin/matrixone@v1.2.0/.github/workflows/merge-trigger-standalone.yaml (about) 1 name: MO Checkin Regression(Standalone BVT) 2 3 on: 4 pull_request_target: 5 branches: [ main,'[0-9]+.[0-9]+*' ] 6 types: 7 - closed 8 paths: 9 - '**.go' 10 - '**.c' 11 - '**.h' 12 - 'test/distributed/**' 13 14 jobs: 15 mo-checkin-regression: 16 name: MO Checkin Regression(Standalone BVT) 17 uses: matrixorigin/CI/.github/workflows/merge-trigger-standalone.yaml@release/1.2-dev 18 secrets: inherit