Test workflow_dispatch
This commit is contained in:
parent
7f14321b0f
commit
295cab5f1e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
on:
|
||||
- workflow_dispatch:
|
||||
boolean:
|
||||
description: 'Dry run (dont seed the database)'
|
||||
required: false
|
||||
type: boolean
|
||||
- schedule:
|
||||
- cron: "0 2 * * 5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue