Skip to content

Commit fa40a4c

Browse files
committed
add input
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 82a2367 commit fa40a4c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/dev_build_svace.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ env:
2525

2626
on:
2727
workflow_dispatch:
28+
inputs:
29+
pr_number:
30+
description: |
31+
Pull request number, like 563, or leave empty and choose a branch
32+
For branches main, release-*, tag will be generated as branch name
33+
required: false
34+
type: number
2835
schedule:
2936
- cron: "00 04 * * 6"
3037
# debug

0 commit comments

Comments
 (0)