mirror of https://github.com/snachodog/mybuddy.git
Add workflow dispatch option to demo reset
This commit is contained in:
parent
7c75036220
commit
a34f6b577d
|
@ -2,6 +2,7 @@ name: Demo reset
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
reset:
|
reset:
|
||||||
name: Reset
|
name: Reset
|
||||||
|
|
Loading…
Reference in New Issue