From 91f2b0b781bf870b8e7467212ee565df832e8f05 Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Fri, 23 Jan 2026 12:08:35 +0100 Subject: [PATCH] cicd: allow pytest to be triggered manually --- .github/workflows/pytest.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e19b1b4c..11b9f5b2 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -7,6 +7,12 @@ on: # yamllint disable-line rule:truthy branches: ["main"] merge_group: types: ["checks_requested"] + workflow_dispatch: + inputs: + reason: + description: 'Reason for running' + required: false + default: 'No reason provided' jobs: lint: