schedule Cron job for every night

This commit is contained in:
joeaba 2022-03-30 15:06:53 +05:30 committed by GitHub
parent 2b75546190
commit c8937fa244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: 'Autolock NaviBot for closed issue'
on:
schedule:
- cron: '*/10 * * * *'
- cron: '0 0 * * *'
workflow_dispatch:
permissions: