Do not perform CI on bors temporary branches

This commit is contained in:
Roey Darwish Dror
2019-02-11 11:29:58 +02:00
parent 4c2f4171dc
commit a6a73f7bb7
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