From ad50ee464f88c767aa63f260a4f5f49cd0c73187 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 26 Apr 2023 10:51:24 +0200 Subject: [PATCH] Enable merge queues For more details see: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue Signed-off-by: Leandro Lucarella --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccb2c8e8b..f76b8894f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: frequenz-sdk-python -on: [pull_request, push, workflow_dispatch] +on: [merge_group, pull_request, push, workflow_dispatch] jobs: test: