10 lines
120 B
YAML
10 lines
120 B
YAML
|
name: workflow_dispatch
|
||
|
|
||
|
on: workflow_dispatch
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- run: exit 0
|