From a7149e0c45dadecba5319f0a07326efe31196f6c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 24 Jan 2024 05:45:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Enable=20support=20for=20merge?= =?UTF-8?q?=20queue=20runs=20@=20GHA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d37c21e026..7105097417 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -2,9 +2,11 @@ name: CI/CD on: # yamllint disable-line rule:truthy + merge_group: push: branches-ignore: - dependabot/** + - gh-readonly-queue/** # Temporary merge queue-related GH-made branches - maintenance/pip-tools-constraint-lockfiles - maintenance/pip-tools-constraint-lockfiles-** - patchback/backports/**