mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-13 11:18:20 +01:00
github workflow: add a cron job (#1615)
This commit is contained in:
parent
2fdf48023b
commit
894d8281ab
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: 7 3 * * *
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
|
|
Loading…
Add table
Reference in a new issue