schedule Cron job for every ten min

This commit is contained in:
axleiro
2022-03-30 18:47:01 +05:30
committed by GitHub
parent f3f7578e4b
commit 7d281a8ddd

View File

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