Skip to content

Commit

Permalink
Commenting the CDAP-UI module from POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Dec 4, 2023
1 parent f359c11 commit 9668996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# 3) For PRs that are labeled as build and
# - It's a code change
# - A build label was just added
# A bit complex, but prevents builds when other labels are manipulated
# A bit complex but prevents builds when other labels are manipulated
if: >
github.event_name == 'workflow_dispatch'
|| github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@
<module>cdap-distributions</module>
<module>cdap-test</module>
<module>cdap-integration-test</module>
<module>cdap-ui</module>
<!-- <module>cdap-ui</module>-->
<module>cdap-event-common-spi</module>
<module>cdap-event-writer-spi</module>
<module>cdap-event-reader-spi</module>
Expand Down

0 comments on commit 9668996

Please sign in to comment.