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
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 RitBot for for PR'
on:
schedule:
- cron: '*/10 * * * *'
- cron: '0 0 * * *'
workflow_dispatch:
permissions: