Skip to content

server: skip the engine key when match store label (#8486) #22224

server: skip the engine key when match store label (#8486)

server: skip the engine key when match store label (#8486) #22224

Workflow file for this run

on: [push, pull_request]
name: Check PD
jobs:
statics:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v2
- name: Restore cache
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/.cache/go-build
**/.tools
**/.dashboard_download_cache
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-golang
- name: Make Check
run: |
make build
make check