Do not perform CI on bors temporary branches
This commit is contained in:
@@ -73,3 +73,8 @@ before_cache:
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
||||
branches:
|
||||
except:
|
||||
- staging.tmp
|
||||
- trying.tmp
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user