update inputs only once every week

This commit is contained in:
Adithya 2024-07-01 22:15:31 +05:30
parent c63413d56e
commit 1c775c03ad
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

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