Skip to content

doc: add description in subsystem latency panels #6122

doc: add description in subsystem latency panels

doc: add description in subsystem latency panels #6122

Workflow file for this run

name: Build and make ci
on:
push:
branches:
- main
- 'release/**'
pull_request:
branches:
- main
- 'release/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: read environment file
run: cat .harvest.env >> "$GITHUB_ENV"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Makefile ci
run: |
make ci