change input update frequency to weekly
This commit is contained in:
parent
b446072bbf
commit
0de0f9e0e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-inputs.yml
vendored
2
.github/workflows/update-inputs.yml
vendored
|
@ -2,7 +2,7 @@ name: Update inputs
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue