Skip to content

Commit

Permalink
Merge branch 'release/v0.7' of github.com:danswer-ai/danswer into hot…
Browse files Browse the repository at this point in the history
…fix/v0.7-vespa-delete-performance
  • Loading branch information
rkuo-danswer committed Oct 3, 2024
2 parents f9a5b22 + 9d18b92 commit cfe4bbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Python Checks
on:
merge_group:
pull_request:
branches: [ main ]
branches:
- main
- 'release/**'

jobs:
mypy-check:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Python Unit Tests
on:
merge_group:
pull_request:
branches: [ main ]
branches:
- main
- 'release/**'

jobs:
backend-check:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/run-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ concurrency:
on:
merge_group:
pull_request:
branches: [ main ]
branches:
- main
- 'release/**'

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit cfe4bbe

Please sign in to comment.