mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-29 09:40:31 +01:00
Lock Inactive Threads Only Once Each Day (#3510)
This commit is contained in:
parent
54d0294f92
commit
21ebdbc973
1 changed files with 0 additions and 1 deletions
1
.github/workflows/lock.yml
vendored
1
.github/workflows/lock.yml
vendored
|
@ -3,7 +3,6 @@ name: 'Lock Closed Threads'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '8 4 * * *'
|
- cron: '8 4 * * *'
|
||||||
- cron: '42 17 * * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
|
|
Loading…
Add table
Reference in a new issue