Add a schedule for the Github Actions workflow
This commit is contained in:
parent
b26b47bcdd
commit
c5828a4f3c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
name: Generate
|
name: Generate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Manually trigger
|
schedule:
|
||||||
|
- cron: "7 31 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue