mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-05 20:49:48 +02:00
Add othe checks to merge queue
This commit is contained in:
parent
50c17438d5
commit
e5b3843ef8
1
.github/workflows/pr-python-checks.yml
vendored
1
.github/workflows/pr-python-checks.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Python Checks
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
1
.github/workflows/pr-python-tests.yml
vendored
1
.github/workflows/pr-python-tests.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Python Unit Tests
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
1
.github/workflows/pr-quality-checks.yml
vendored
1
.github/workflows/pr-quality-checks.yml
vendored
@ -4,6 +4,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request: null
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user