Skip to content

Commit 0495c85

Browse files
committed
Only run sbt scripted tests on nightly or deployment
1 parent 036a633 commit 0495c85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ pipeline:
4949
commands:
5050
- cp -R . /tmp/4/ && cd /tmp/4/
5151
- ./project/scripts/sbt sbt-dotty/scripted
52-
# when:
53-
# sbt scripted tests are slow and don't run on PRs
54-
# event: [ push, tag, deployment ]
52+
when:
53+
# sbt scripted tests are slow and only run on nightly or deployment
54+
event: [ tag, deployment ]
5555

5656
# DOCUMENTATION:
5757
documentation:

0 commit comments

Comments
 (0)