change input update frequency to weekly

This commit is contained in:
Adithya 2024-04-28 02:42:42 +05:30
parent b446072bbf
commit 0de0f9e0e8
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -2,7 +2,7 @@ name: Update inputs
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 0"
workflow_dispatch:
jobs: