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"