Merge branch 'release/v0.6' of github.com:danswer-ai/danswer into hotfix/v0.6-prompt-overflow

This commit is contained in:
Richard Kuo (Danswer) 2024-09-30 11:29:12 -07:00
commit 2fd557c7ea
3 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,9 @@ name: Python Checks
on:
merge_group:
pull_request:
branches: [ main ]
branches:
- main
- 'release/**'
jobs:
mypy-check:

View File

@ -3,7 +3,9 @@ name: Python Unit Tests
on:
merge_group:
pull_request:
branches: [ main ]
branches:
- main
- 'release/**'
jobs:
backend-check:

View File

@ -6,7 +6,9 @@ concurrency:
on:
merge_group:
pull_request:
branches: [ main ]
branches:
- main
- 'release/**'
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}