Skip to content

Commit

Permalink
Merge branch 'release/v0.6' of github.com:danswer-ai/danswer into hot…
Browse files Browse the repository at this point in the history
…fix/v0.6-jira-limit-size
  • Loading branch information
rkuo-danswer committed Sep 30, 2024
2 parents f4d7e34 + 8a9e02c commit 3a8f06c
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 3a8f06c

Please sign in to comment.