From 3b59d2db5aefa31ca479dc6ad500b20a32fceded Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:02:43 +0000 Subject: [PATCH] ci: run the build check on merge_group Add the merge_group trigger to ci.yml's on: block. The repo's merge queue is armed with 'build' required today; without this trigger, workflows that only listen for push/pull_request never produce a check run on the temporary merge-group ref, so every queued PR hangs waiting for a required check that never starts. Part of #76 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3775f40..abaac23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: [main] pull_request: branches: [main] + merge_group: jobs: build: