Skip to content

chore(dashboard): update TiDB Dashboard to v7.5.4-ec6d9999a [release-7.5] #22436

chore(dashboard): update TiDB Dashboard to v7.5.4-ec6d9999a [release-7.5]

chore(dashboard): update TiDB Dashboard to v7.5.4-ec6d9999a [release-7.5] #22436

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
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Make Check
run: |
SWAGGER=1 make build
make tools
make check