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