From 32677f5b943b237815c95aba36194e62a9e13601 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Fri, 3 May 2024 03:20:54 +0200 Subject: [PATCH] Another attempt to fix automerge (#1614) --- .github/workflows/acceptance.yml | 3 ++- .github/workflows/no-cheat.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 8d41d75ae7..6f1366d121 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -3,8 +3,9 @@ name: acceptance on: pull_request: types: [ opened, synchronize, ready_for_review ] + merge_group: + types: [ checks_requested ] push: - # required for merge queue to work. jobs.integration.if will mark it as skipped branches: - main diff --git a/.github/workflows/no-cheat.yml b/.github/workflows/no-cheat.yml index bd3c67e569..3e150d0eeb 100644 --- a/.github/workflows/no-cheat.yml +++ b/.github/workflows/no-cheat.yml @@ -3,6 +3,8 @@ name: no-cheat on: pull_request: types: [opened, synchronize] + merge_group: + types: [checks_requested] push: # required for merge queue to work. jobs.integration.if will mark it as skipped branches: