Skip to content

Commit bc67d76

Browse files
committed
Run sbt scripted tests only nightly build and deployment
1 parent d7f6636 commit bc67d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pipeline:
5252
- ./project/scripts/sbt sbt-dotty/scripted
5353
when:
5454
# sbt scripted tests are slow and don't run on PRs
55-
event: [ push, tag, deployment ]
55+
event: [ tag, deployment ]
5656

5757
# DOCUMENTATION:
5858
documentation:

0 commit comments

Comments
 (0)