Skip to content

Commit

Permalink
Only run sbt scripted tests on nightly or deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
allanrenucci committed Mar 21, 2018
1 parent 036a633 commit 61dbba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ pipeline:
commands:
- cp -R . /tmp/4/ && cd /tmp/4/
- ./project/scripts/sbt sbt-dotty/scripted
# when:
# sbt scripted tests are slow and don't run on PRs
# event: [ push, tag, deployment ]
when:
sbt scripted tests are slow and don't run on PRs
event: [ tag, deployment ]

# DOCUMENTATION:
documentation:
Expand Down

0 comments on commit 61dbba5

Please sign in to comment.