ci: add workflow_dispatch
This commit is contained in:
parent
da2d5466d3
commit
1eeaa0edab
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-action.yml
vendored
1
.github/workflows/test-action.yml
vendored
|
@ -3,6 +3,7 @@ name: Daily Test
|
|||
on:
|
||||
schedule:
|
||||
- cron: '13 13 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue