Skip to content

Commit e0e84c1

Browse files
committed
Add merge queue trigger for relevant workflows
1 parent d74cb3d commit e0e84c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/Docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
tags: '*'
88
pull_request:
9+
merge_group:
10+
types: [checks_requested]
911

1012
concurrency:
1113
# Skip intermediate builds: always.

.github/workflows/Tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
merge_group:
9+
types: [checks_requested]
810

911
# Cancel existing tests on the same PR if a new commit is added to a pull request
1012
concurrency:

0 commit comments

Comments
 (0)