mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-28 12:58:41 +02:00
Add othe checks to merge queue
This commit is contained in:
1
.github/workflows/pr-python-checks.yml
vendored
1
.github/workflows/pr-python-checks.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Python Checks
|
name: Python Checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
merge_group:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
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
|
name: Python Unit Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
merge_group:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
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
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
merge_group:
|
||||||
pull_request: null
|
pull_request: null
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user