update inputs only once every week
This commit is contained in:
parent
e0a5622cfd
commit
ee3c9decf5
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * 5"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue