let workflow be manually triggered
This commit is contained in:
parent
c223b0531f
commit
31f830073e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cron.yml
vendored
1
.github/workflows/cron.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
# daily, hour and minute chosen arbitrarily
|
# daily, hour and minute chosen arbitrarily
|
||||||
- cron: "32 14 * * *"
|
- cron: "32 14 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue