Skip to content

Commit

Permalink
check everywhere!
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Nov 13, 2024
1 parent dd23e5e commit f501c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mvn/develocity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</server>
<projectId>morphia</projectId>
<buildScan>
<backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload> <!-- adjust to your CI provider -->
<backgroundBuildScanUpload>#{isFalse(env['CI'] && env['GITHUB_HEAD_REF'] == null)}</backgroundBuildScanUpload> <!-- adjust to your CI provider -->
<publishing>
<onlyIf><![CDATA[authenticated && isTrue(env['CI'] && env['GITHUB_HEAD_REF'] == null)]]></onlyIf>
</publishing>
Expand All @@ -39,7 +39,7 @@
</local>
<remote>
<enabled>false</enabled>
<storeEnabled>#{isTrue(env['CI'])}</storeEnabled> <!-- adjust to your CI provider -->
<storeEnabled>#{isTrue(env['CI'] && env['GITHUB_HEAD_REF'] == null)}</storeEnabled> <!-- adjust to your CI provider -->
</remote>
</buildCache>
</develocity>

0 comments on commit f501c0f

Please sign in to comment.