We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfe233 commit b2d48d8Copy full SHA for b2d48d8
.drone.yml
@@ -35,9 +35,9 @@ pipeline:
35
commands:
36
- cp -R . /tmp/4/ && cd /tmp/4/
37
- ./project/scripts/sbt sbt-dotty/scripted
38
- # when:
39
- # # sbt scripted tests are slow and don't run on PRs
40
- # event: [ push, tag, deployment ]
+ when:
+ # sbt scripted tests are slow and don't run on PRs
+ event: [ push, tag, deployment ]
41
42
# DOCUMENTATION:
43
documentation:
0 commit comments