Analytics Update Interval -> Every Hour

This commit is contained in:
Shabinder Singh 2021-05-19 01:21:28 +05:30 committed by GitHub
parent 59785f8db9
commit 123d303a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Maintenance
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '*/30 * * * *' #every 30 minutes - cron: '*/60 * * * *' #every hour
jobs: jobs:
build: build: