Skip to content

Support AWS RDS: read pg_roles instead of pg_authid, and fix role updates for non-superuser admins #294

Support AWS RDS: read pg_roles instead of pg_authid, and fix role updates for non-superuser admins

Support AWS RDS: read pg_roles instead of pg_authid, and fix role updates for non-superuser admins #294

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit