Skip to content

Commit ece33f7

Browse files
committed
Turn off Scala 2.12 CI tests outside of merges
The extra load is killing our CI.
1 parent fbc9d0a commit ece33f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ pipeline:
5858
commands:
5959
- cp -R . /tmp/5/ && cd /tmp/5/
6060
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
61+
when:
62+
event: [ tag, deployment ]
6163

6264
# DOCUMENTATION:
6365
documentation:

0 commit comments

Comments
 (0)