Skip to content

Commit c7be7b0

Browse files
Fix CI profile activation to check CI=true value
Previous activation only checked for env.CI existence, not its value. GitHub Actions sets CI=true, so we need to match that specific value.
1 parent 2e292f7 commit c7be7b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@
353353
<activation>
354354
<property>
355355
<name>env.CI</name>
356+
<value>true</value>
356357
</property>
357358
</activation>
358359
<build>

0 commit comments

Comments
 (0)