schedule Cron job for every night

This commit is contained in:
axleiro
2022-03-30 19:46:47 +05:30
committed by GitHub
parent ba770832d0
commit 54aedb058c

View File

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