mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Lock issues once a day rather than once a hour
This commit is contained in:
parent
97262a99c7
commit
349446e6b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
@ -2,7 +2,7 @@ name: 'Lock Threads'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
|
|
Loading…
Add table
Reference in a new issue