121: Do not perform CI on bors temporary branches r=r-darwish a=r-darwish

bors r+

Co-authored-by: Roey Darwish Dror <roey.ghost@gmail.com>
This commit is contained in:
bors[bot]
2019-02-11 09:35:43 +00:00
2 changed files with 10 additions and 0 deletions

View File

@@ -73,3 +73,8 @@ before_cache:
notifications:
email:
on_success: never
branches:
except:
- staging.tmp
- trying.tmp

View File

@@ -55,3 +55,8 @@ notifications:
# Building is done in the test phase, so we disable Appveyor's build phase.
build: false
branches:
except:
- staging.tmp
- trying.tmp