chore: do not include plan time in query time due to compatability #38
This file contains 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
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 |