Maintenance Workflow Interval -> once a day

This commit is contained in:
Shabinder Singh 2021-05-19 11:43:43 +05:30 committed by GitHub
parent 9912e30b0f
commit 86cd523be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Maintenance
on:
workflow_dispatch:
schedule:
- cron: '*/60 * * * *' #every hour
- cron: '0 0 * * *' #once a day
jobs:
build: