Skip to content

71 setup monitoring with prometheus and grafana #78

71 setup monitoring with prometheus and grafana

71 setup monitoring with prometheus and grafana #78

name: CI – Pull Request
on:
pull_request:
workflow_call:
permissions: write-all
jobs:
e2e-tests:
uses: ./.github/workflows/e2e-tests.yml
backend-tests:
uses: ./.github/workflows/backend-tests.yml
build-publish-images:
needs:
- e2e-tests
- backend-tests
uses: ./.github/workflows/docker.yml