Skip to content

Commit 3406172

Browse files
committed
Reenable 2.12 CI runs on PRs
To be removed when we stop cross-compiling with 2.12 after the release.
1 parent 2c928b2 commit 3406172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +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: [ push, tag, deployment ]
61+
# when:
62+
# event: [ push, tag, deployment ]
6363

6464
test_java11:
6565
group: test

0 commit comments

Comments
 (0)