We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f095d commit ca97818Copy full SHA for ca97818
.drone.yml
@@ -42,9 +42,9 @@ pipeline:
42
commands:
43
- cp -R . /tmp/4/ && cd /tmp/4/
44
- ./project/scripts/sbt sbt-dotty/scripted
45
- when:
46
- # sbt scripted tests are slow and only run on nightly or deployment
47
- event: [ tag, deployment ]
+ # when:
+ # # sbt scripted tests are slow and only run on nightly or deployment
+ # event: [ tag, deployment ]
48
49
# DOCUMENTATION:
50
documentation:
0 commit comments