Skip to content

Added option to disable single metrics + validation of the config on start-up #113

Added option to disable single metrics + validation of the config on start-up

Added option to disable single metrics + validation of the config on start-up #113

Workflow file for this run

name: ci-pr
on:
pull_request:
jobs:
pre-check:
uses: ./.github/workflows/_00_pre_check.yml
build:
needs: [pre-check]
uses: ./.github/workflows/_01_docker.yml
with:
prefix: dev-
test-metrics:
needs: [build]
secrets: inherit
uses: ./.github/workflows/_10_test_metrics.yml
with:
tag: ${{ needs.build.outputs.tag }}