ci: add profile as input for build_packages workflow
This commit is contained in:
parent
536b056b01
commit
797964a3f7
|
@ -15,7 +15,9 @@ on:
|
|||
- e*
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
which_branch:
|
||||
branch_or_tag:
|
||||
required: false
|
||||
profile:
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue