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 19:04:23 UTC

[camel-quarkus] 07/14: 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 1.0.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 8fce3c0280f546fe8e1ffea4e296a7f369997f69
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 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: