You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/02/09 09:38:39 UTC

[camel-quarkus] 08/08: ci: skip docks on camel-master

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit dfb6eca577e7685fb6705b70a88a47db76e57152
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Mon Feb 8 21:50:59 2021 +0100

    ci: skip docks on camel-master
---
 .github/workflows/ci-build.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index c219e00..6299897 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -222,6 +222,7 @@ jobs:
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip -Dcamel-quarkus.update-extension-doc-page.skip \
             test
       - name: cd docs && mvn verify
+        if: github.ref != 'refs/heads/camel-master' || github.base_ref != 'camel-master'
         run: |
           cd docs
           ../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \