From afce88d4690940006ffdc803d155b4428a950863 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Mon, 14 Sep 2026 11:25:10 +0200 Subject: [PATCH] chore: support merge queues in CI Add the merge_group event to the CI workflows so the checks also run against the merge commit built by the merge queue. Without it the required checks never report on a queued pull request and the queue stalls. --- .github/workflows/site-ci-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/site-ci-config.yml b/.github/workflows/site-ci-config.yml index a3c0ae1ea14..4e7cad8a913 100644 --- a/.github/workflows/site-ci-config.yml +++ b/.github/workflows/site-ci-config.yml @@ -5,6 +5,8 @@ on: pull_request: paths: - '**/site/**' + # Run the required tests on the merge queue. + merge_group: permissions: {}