mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 07:17:47 +01:00
[skip ci] fix thread locking workflow to actually be daily
This commit is contained in:
parent
7d1f5c7383
commit
185283f864
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
@ -3,7 +3,7 @@ name: Lock threads
|
|||
on:
|
||||
# Daily
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 0 * * *'
|
||||
# Manual trigger
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue