From bc67d76d01495d7e636d5b864b66ea8ba9b6abf2 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Wed, 17 Jan 2018 11:51:19 +0100 Subject: [PATCH] Run sbt scripted tests only nightly build and deployment --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8870984e76f6..e8b0eaa00c02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,7 +52,7 @@ pipeline: - ./project/scripts/sbt sbt-dotty/scripted when: # sbt scripted tests are slow and don't run on PRs - event: [ push, tag, deployment ] + event: [ tag, deployment ] # DOCUMENTATION: documentation: