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

View File

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