Skip to content

DEV-544 Add postgres metrics / dashboard #29

DEV-544 Add postgres metrics / dashboard

DEV-544 Add postgres metrics / dashboard #29

Workflow file for this run

name: CI
on:
push:
branches:
- release/*
- develop
- master
- main
pull_request: {}
permissions:
id-token: write # Required for federated aws oidc
contents: read
actions: read
pull-requests: write
jobs:
ci:
uses: uptick/actions/.github/workflows/ci.yaml@main
secrets: inherit
with:
aws: true
python: true
poetry: true
command: make ci