mirror of
https://gitea.com/gitea/act
synced 2024-11-27 07:08:57 +00:00
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
|