Skip to content

Commit 29aeb02

Browse files
authored
Merge pull request #6409 from dotty-staging/less-ci
Turn off Scala 2.12 CI tests outside of merges
2 parents c25fbea + ece33f7 commit 29aeb02

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)