Skip to content

Commit d2466f1

Browse files
Poolitzertsnoam
authored andcommitted
CI: Fix running on master after push + official can fail (python-telegram-bot#1716)
allowing official to fail is only temporary until we'll add the latest bot api support
1 parent 883c6b5 commit d2466f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- master
66
schedule:
77
- cron: 7 3 * * *
8+
push:
9+
branches:
10+
- master
811

912
jobs:
1013
pytest:
@@ -87,6 +90,7 @@ jobs:
8790
run: |
8891
pytest -v tests/test_official.py
8992
exit $?
93+
continue-on-error: True
9094
env:
9195
TEST_OFFICIAL: "true"
9296
shell: bash --noprofile --norc {0}

0 commit comments

Comments
 (0)