Skip to content

Merge branch 'release-6.1' into cherry-pick-6919-to-release-6.1 #1863

Merge branch 'release-6.1' into cherry-pick-6919-to-release-6.1

Merge branch 'release-6.1' into cherry-pick-6919-to-release-6.1 #1863

Workflow file for this run

name: Check PD
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
statics:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Make Check
run: |
make build
make tools
make check