mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:47:59 +08:00
ci: remove merge_group from workflows (#2467)
Remove the merge_group configuration from the workflows to simplify the CI pipeline.
This commit is contained in:
committed by
GitHub
parent
f2bf62e284
commit
4dda82609e
4
.github/workflows/python_test.yml
vendored
4
.github/workflows/python_test.yml
vendored
@ -3,9 +3,7 @@ name: Python tests
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: [dev, main]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
branches: [main]
|
||||
env:
|
||||
POETRY_VERSION: "1.8.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user