Skip to content

Fix grafana datasources and tests for multi wc #2691

Fix grafana datasources and tests for multi wc

Fix grafana datasources and tests for multi wc #2691

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- main
- release-*
types:
- edited
- opened
- synchronize
- reopened
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: fetch pull request
run: jq -r '.pull_request.body' "${{ github.event_path }}" > /tmp/pr-body.md
- name: validate pull request
run: ./scripts/validate-pr.sh /tmp/pr-body.md