run update at 00:00 on fridays
This commit is contained in:
parent
116ff5b8a3
commit
c79523b95c
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 * * 0"
|
||||
- cron: "0 0 * * 5"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue