From 88862686dd4822c84dd7070e05f517da61a3db57 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 12 Sep 2024 11:13:12 -0400 Subject: [PATCH] add workflow dispatch to integration test workflow (#44) --- .github/workflows/_integration_test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 0772b99..1fe1315 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -7,6 +7,12 @@ on: required: true type: string description: "From which folder this pipeline executes" + workflow_dispatch: + inputs: + working-directory: + required: true + type: string + description: "From which folder this pipeline executes" env: POETRY_VERSION: "1.7.1"