Skip to content

Feature/setup ansible for aws with monitoring. #87

Feature/setup ansible for aws with monitoring.

Feature/setup ansible for aws with monitoring. #87

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