mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 08:41:07 +08:00
run locking once a day
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
c3579476c6
commit
8661bdf020
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock-threads.yml
vendored
2
.github/workflows/lock-threads.yml
vendored
|
@ -2,7 +2,7 @@ name: 'Lock Threads'
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
|
Loading…
Reference in a new issue