This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new f6025ea83e Run functional-extension-tests job when JVM label is present
f6025ea83e is described below
commit f6025ea83ebc645d547ce9cb5e829cd76201242f
Author: James Netherton <[email protected]>
AuthorDate: Tue Jun 2 11:23:28 2026 +0100
Run functional-extension-tests job when JVM label is present
---
.github/workflows/ci-build.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 1331d954ee..e332ec5efc 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -334,7 +334,6 @@ jobs:
functional-extension-tests:
runs-on: ubuntu-latest
needs: initial-mvn-install
- if: github.event_name != 'pull_request' ||
!contains(github.event.pull_request.labels.*.name, 'JVM')
env:
MAVEN_OPTS: -Xmx3000m
steps: