You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/08/26 14:04:26 UTC

[camel-quarkus] 03/03: Do not run functional-extension-tests if the PR has 'JVM' label set

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

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

commit 840b58bf9358a248bb69a6f1d38273a6dca5e9f4
Author: Peter Palaga <pp...@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 5dbac06..ee9017c 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -111,6 +111,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: