From ece33f7b42b794d724543dc6f33181f151ac624b Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 30 Apr 2019 19:44:14 +0200 Subject: [PATCH] Turn off Scala 2.12 CI tests outside of merges The extra load is killing our CI. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index d9e3771c0731..e955c2c19ba8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,6 +58,8 @@ pipeline: commands: - cp -R . /tmp/5/ && cd /tmp/5/ - ./project/scripts/sbt ";++2.12.8 ;compile ;test" + when: + event: [ tag, deployment ] # DOCUMENTATION: documentation: