update inputs only once every week

This commit is contained in:
Adithya 2024-07-01 22:16:14 +05:30
parent e0a5622cfd
commit ee3c9decf5
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

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