Skip to content

Commit

Permalink
ci: add workflow dispatch to _release (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Dec 27, 2024
1 parent 321b7aa commit d20eab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
required: true
type: string
description: "From which folder this pipeline executes"
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
inputs:
working-directory:
required: true
type: string
description: "From which folder this pipeline executes"

env:
POETRY_VERSION: "1.5.1"
Expand Down

0 comments on commit d20eab4

Please sign in to comment.