Run once a day

This commit is contained in:
powe97 2024-03-06 02:43:41 -06:00 committed by GitHub
parent c21dec05ad
commit aec272e28e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: Scrape transfer and update file
run-name: Scrape transfer and update file
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
jobs:
setup: