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