Skip to content

Commit

Permalink
[INLONG-8242] [CI] Separate the distribution module to improve the pe…
Browse files Browse the repository at this point in the history
…rformance of check pipeline
  • Loading branch information
featzhang committed Jun 20, 2023
1 parent cee0a27 commit a00cf66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1523,12 +1523,18 @@
<profile>
<id>distribution</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>inlong-distribution</module>
</modules>
</profile>
<profile>
<id>fast</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
</profile>
</profiles>

</project>

0 comments on commit a00cf66

Please sign in to comment.