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 036a633 commit 61dbba5Copy full SHA for 61dbba5
.drone.yml
@@ -49,9 +49,9 @@ pipeline:
49
commands:
50
- cp -R . /tmp/4/ && cd /tmp/4/
51
- ./project/scripts/sbt sbt-dotty/scripted
52
- # when:
53
- # sbt scripted tests are slow and don't run on PRs
54
- # event: [ push, tag, deployment ]
+ when:
+ sbt scripted tests are slow and don't run on PRs
+ event: [ tag, deployment ]
55
56
# DOCUMENTATION:
57
documentation:
0 commit comments