[Bug]: [1105 main tke regression] tpch 1t 4cn test report 'wait notify message timeout'. #45802
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: WeWork Robot | |
# Controls when the workflow will run | |
on: | |
issues: | |
types: [closed, assigned, opened] | |
schedule: | |
- cron: '30 8 * * *' | |
workflow_dispatch: | |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel. | |
jobs: | |
wework-robot: | |
name: WeWork Robot | |
uses: matrixorigin/CI/.github/workflows/robot.yaml@main | |
secrets: inherit |