13 lines
206 B
YAML
13 lines
206 B
YAML
name: Manual FULL
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
manual_full:
|
|
name: Manual (FULL)
|
|
uses: ./.github/workflows/ci-build.yml
|
|
with:
|
|
jobtype: 'manual'
|
|
subtype: ''
|
|
runtype: 'full'
|