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

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

commit 8fce3c0280f546fe8e1ffea4e296a7f369997f69
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Wed Aug 26 14:26:14 2020 +0200

    Do not run functional-extension-tests if the PR has 'JVM' label set
---
 .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 39f4788..c1c7fba 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -109,6 +109,7 @@ jobs:
   functional-extension-tests:
     runs-on: ubuntu-latest
     needs: build
+    if: github.event_name != 'pull_request' || 
!contains(github.event.pull_request.labels.*.name, 'JVM')
     strategy:
       fail-fast: false
       matrix:

Reply via email to