Skip to content

Commit 76fdf30

Browse files
authored
.github: Add the merge_group trigger for the e2e suite (#10760)
Signed-off-by: timflannagan <[email protected]>
1 parent 8d90d11 commit 76fdf30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-kubernetes-tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Kubernetes Tests
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened, ready_for_review]
5+
merge_group:
6+
types: [checks_requested]
57

68
env:
79
VERSION: '1.0.0-ci1'

0 commit comments

Comments
 (0)