From 515cb1b61033cec14916f66f0f7932d88d9642e1 Mon Sep 17 00:00:00 2001 From: MaximilianSoerenPollak Date: Wed, 21 Jan 2026 10:15:17 +0100 Subject: [PATCH 1/2] Enabeling consumer tests to run on PR --- .github/workflows/consumer_test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/consumer_test.yml b/.github/workflows/consumer_test.yml index bb7ab18a5..fab76910e 100644 --- a/.github/workflows/consumer_test.yml +++ b/.github/workflows/consumer_test.yml @@ -14,6 +14,13 @@ name: Consumer Tests on: workflow_call: + pull_request_target: + types: [opened, reopened, synchronize] # Allows forks to trigger the docs build + push: + branches: + - main + merge_group: + types: [checks_requested] jobs: test: From 3aa059eac402dabe4bbb7922a9f04542947a6ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20S=C3=B6ren=20Pollak?= Date: Wed, 21 Jan 2026 10:40:45 +0100 Subject: [PATCH 2/2] Remove push on main trigger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Lanin Signed-off-by: Maximilian Sören Pollak --- .github/workflows/consumer_test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/consumer_test.yml b/.github/workflows/consumer_test.yml index fab76910e..c190b581a 100644 --- a/.github/workflows/consumer_test.yml +++ b/.github/workflows/consumer_test.yml @@ -16,9 +16,6 @@ on: workflow_call: pull_request_target: types: [opened, reopened, synchronize] # Allows forks to trigger the docs build - push: - branches: - - main merge_group: types: [checks_requested]