fix nb tests for auto-merge (#2686)

This commit is contained in:
Jirka Borovec 2020-07-24 21:41:48 +02:00 committed by GitHub
parent 1caf8beb2c
commit 0105ca33ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ pull_request_rules:
- "#review-requested=0"
# no requested chnages from any reviewer
- "#changes-requested-reviews-by=0"
# this serves as ALL check has to pass as we have actually 27 tests in total
- "#status-success>=30"
# this serves as ALL check has to pass as we have actually 35 tests in total
- "#status-success>=35"
# this is just in case since we rely on GPU tests (note: redundand to the above)
- status-success=continuous-integration/drone/pr
# this is patter-like, unofrunatly serves as `any(...)` (note: redundand to the above)