Skip to content

Farm

Farm #22

Workflow file for this run

name: Farm
on:
pull_request:
branches: [ master,develop ]
schedule:
- cron: '30 9 * * *'
jobs:
farm:
if: ${{ github.repository_owner == 'oceanbase' }}
name: Farm
runs-on: ubuntu-latest
steps:
- name: Checkout workspace
uses: actions/checkout@v3
- name: action by obfarm
uses: ./.github/obfarm/
id: farm
with:
pipeline_id: ${{ github.run_id }}
project: ${{ github.repository }}