Skip to content

[DPE-2935] Integrating Prometheus Exporter #433

[DPE-2935] Integrating Prometheus Exporter

[DPE-2935] Integrating Prometheus Exporter #433

Workflow file for this run

# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: PR CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
pre-integration-checks:
secrets: inherit
uses: ./.github/workflows/pre_integration_checks.yaml
with:
libjuju-version-specifier: ==3.2.3.0
integration:
needs:
- pre-integration-checks
uses: ./.github/workflows/integration.yaml
with:
libjuju-version-specifier: ==3.2.3.0