mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
Analytics Update Interval -> Every Hour
This commit is contained in:
parent
59785f8db9
commit
123d303a6a
2
.github/workflows/maintenance.yml
vendored
2
.github/workflows/maintenance.yml
vendored
@ -3,7 +3,7 @@ name: Maintenance
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *' #every 30 minutes
|
||||
- cron: '*/60 * * * *' #every hour
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user