Skip to content

Commit 751aa54

Browse files
committed
Don't run the Java 11 CI tests on open PRs
Java 11 only failures are very rare, so running the CI tests on Java 11 for every commit pushed to an open PR doesn't seem worth it. Instead, only run these tests on merged commits and release builds.
1 parent 42a619f commit 751aa54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ steps:
7575
- ./project/scripts/sbt ";compile ;test"
7676
when:
7777
event:
78-
- push
7978
- tag
8079
- promote
8180

0 commit comments

Comments
 (0)