Implement pg_auth_members
table
#9353
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# This is a dummy job to unblock mergify on PRs that have no code-changes | |
# See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks | |
name: CrateDB SQL | |
on: | |
pull_request: | |
paths-ignore: | |
- '**.java' | |
- 'pom.xml' | |
- '**/pom.xml' | |
jobs: | |
test: | |
name: Test CrateDB SQL on ubuntu-latest | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' | |
forbiddenApis: | |
name: forbiddenApis | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' | |
checkstyle: | |
name: checkstyle | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' |