Skip to content

Commit 7b173cf

Browse files
committed
Temporarily set autolock-job to run every 5 minutes to catch up
1 parent e632526 commit 7b173cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autolock-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 'Lock Threads'
44

55
on: # yamllint disable-line rule:truthy
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '*/10 * * * *'
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)