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:
Gabriel Luiz Freitas Almeida 2024-07-01 19:03:23 -03:00 committed by GitHub
commit 4dda82609e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 13 deletions

View file

@ -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"