Don't build this branch anymore in CI

This commit is contained in:
Matthias 2020-09-19 08:42:37 +02:00
parent 254875e6b3
commit bfd0e3553a
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ on:
branches:
- master
- develop
- github_actions_tests
- db_keep_orders
tags:
release:
types: [published]

View File

@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
# Maximum default retry count.
# Functions are always called RETRY_COUNT + 1 times (for the original call)
API_RETRY_COUNT = 4
API_FETCH_ORDER_RETRY_COUNT = 3
API_FETCH_ORDER_RETRY_COUNT = 5
BAD_EXCHANGES = {
"bitmex": "Various reasons.",