Skip to content

Commit 3f3a19a

Browse files
committed
Disable cache require clean on CI
1 parent 2f639e2 commit 3f3a19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ object Build {
349349
buildCache
350350
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
351351
.withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI))
352+
.withRequireClean(!isInsideCI)
352353
)
353354
.withTestRetry(
354355
config.testRetry

0 commit comments

Comments
 (0)