This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 92c48cdd Working prototype fix actions #817 92c48cdd is described below commit 92c48cdd57944f7978f9227203f2832ab9a6856a Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Sat Jul 22 21:00:23 2023 -0400 Working prototype fix actions #817 --- .github/workflows/app.yml | 2 +- .github/workflows/headless.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index ee3361ee..2e9cc3a8 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -55,7 +55,7 @@ jobs: - name: Build infinispan module working-directory: ./karavan/karavan-web/karavan-infinispan run: | - mvn package + mvn install if: ${{ github.ref == 'refs/heads/main' }} # Build Karavan web app with public access diff --git a/.github/workflows/headless.yml b/.github/workflows/headless.yml index 66bc013c..92a49914 100644 --- a/.github/workflows/headless.yml +++ b/.github/workflows/headless.yml @@ -39,7 +39,7 @@ jobs: - name: Build infinispan module working-directory: ./karavan/karavan-web/karavan-infinispan run: | - mvn package + mvn install if: ${{ github.ref == 'refs/heads/main' }} # Build Karavan headless