Merge #121
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:
@@ -73,3 +73,8 @@ before_cache:
|
|||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
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.
|
# Building is done in the test phase, so we disable Appveyor's build phase.
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- staging.tmp
|
||||||
|
- trying.tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user