Skip to content

Commit 54aedb0

Browse files
authored
schedule Cron job for every night
1 parent ba77083 commit 54aedb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autolock_bot_PR.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Autolock RitBot for for PR'
22

33
on:
44
schedule:
5-
- cron: '*/10 * * * *'
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)