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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue