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:
parent
f2bf62e284
commit
4dda82609e
6 changed files with 5 additions and 13 deletions
2
.github/workflows/docs_test.yml
vendored
2
.github/workflows/docs_test.yml
vendored
|
|
@ -4,8 +4,6 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- "docs/**"
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
env:
|
||||
NODE_VERSION: "21"
|
||||
|
|
|
|||
3
.github/workflows/lint-js.yml
vendored
3
.github/workflows/lint-js.yml
vendored
|
|
@ -4,8 +4,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- "src/frontend/**"
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
|
||||
env:
|
||||
NODE_VERSION: "21"
|
||||
|
|
|
|||
2
.github/workflows/lint-py.yml
vendored
2
.github/workflows/lint-py.yml
vendored
|
|
@ -3,8 +3,6 @@ name: Lint Python
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
env:
|
||||
POETRY_VERSION: "1.8.2"
|
||||
|
||||
|
|
|
|||
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"
|
||||
|
||||
|
|
|
|||
5
.github/workflows/style-check-py.yml
vendored
5
.github/workflows/style-check-py.yml
vendored
|
|
@ -1,9 +1,8 @@
|
|||
name: Ruff Style Check
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
merge_group:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
env:
|
||||
POETRY_VERSION: "1.8.2"
|
||||
|
|
|
|||
2
.github/workflows/typescript_test.yml
vendored
2
.github/workflows/typescript_test.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
required: false
|
||||
type: string
|
||||
pull_request:
|
||||
merge_group:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue