Skip to content

Fix PFS Metrics panel to update delta time when no data #183

Fix PFS Metrics panel to update delta time when no data

Fix PFS Metrics panel to update delta time when no data #183

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version-file: pyproject.toml
cache: poetry
- run: poetry install
- run: poetry build