From cf08ce7a86caa6681bfa04017e8fc18c89177566 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 12 Jul 2026 00:01:19 +0000 Subject: [PATCH] ci: run required checks for merge queue groups --- .github/workflows/pr_validation.yml | 5 +++++ .github/workflows/smoke.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index f3e7ca2be..926626864 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -1,6 +1,11 @@ name: pr_validation on: + # Merge queues test a synthetic merge group rather than the pull request ref. + # Required checks must subscribe to this event or queued PRs will never merge. + merge_group: + types: + - checks_requested push: branches: - master diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index e7a61b259..5e9062704 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -11,6 +11,11 @@ name: smoke # surface via GitHub's built-in Actions notifications. on: + # Merge queues test a synthetic merge group rather than the pull request ref. + # Required checks must subscribe to this event or queued PRs will never merge. + merge_group: + types: + - checks_requested workflow_dispatch: schedule: # 07:00 UTC daily — catches external-dependency drift during quiet