Skip to content

refactor(brain): drop _catalog from PGCatalogBrain (#156) #352

refactor(brain): drop _catalog from PGCatalogBrain (#156)

refactor(brain): drop _catalog from PGCatalogBrain (#156) #352

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
qa:
uses: "./.github/workflows/qa.yaml"
tests:
uses: "./.github/workflows/tests.yaml"