github.com/matrixorigin/matrixone@v1.2.0/.github/workflows/robot.yml (about) 1 name: WeWork Robot 2 3 # Controls when the workflow will run 4 on: 5 issues: 6 types: [closed, assigned, opened] 7 schedule: 8 - cron: '30 8 * * *' 9 workflow_dispatch: 10 11 # A workflow run is made up of one or more jobs that can run sequentially or in parallel. 12 jobs: 13 wework-robot: 14 name: WeWork Robot 15 uses: matrixorigin/CI/.github/workflows/robot.yaml@release/1.2-dev 16 secrets: inherit