From 21b8226794c8294603f26525b1c7dff26bb5d3fa Mon Sep 17 00:00:00 2001 From: omer-vishlitzky Date: Wed, 15 Jul 2026 17:52:13 +0300 Subject: [PATCH] OSAC-2333: Add merge_group trigger to E2E workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prerequisite for enabling GitHub merge queues. When a PR enters the merge queue, GitHub fires a merge_group event — the E2E workflow must respond to it so CI runs against the temporary merge ref. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/e2e-vmaas-full-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-vmaas-full-install.yml b/.github/workflows/e2e-vmaas-full-install.yml index 6a855a030..65e6e7cd8 100644 --- a/.github/workflows/e2e-vmaas-full-install.yml +++ b/.github/workflows/e2e-vmaas-full-install.yml @@ -7,6 +7,7 @@ permissions: on: pull_request: branches: [main] + merge_group: schedule: - cron: "0 */12 * * *" workflow_dispatch: