This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch remove-quick-test-in-main in repository https://gitbox.apache.org/repos/asf/camel.git
commit f06b4655bf7c2c44ecd726b7ab18f8b33cbe0252 Author: Nicolas Filotto <[email protected]> AuthorDate: Tue Jul 11 10:36:24 2023 +0200 (chores) cli: remove quick test in main --- .github/workflows/component-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml index 19656b1e778..c1110188202 100644 --- a/.github/workflows/component-pr.yaml +++ b/.github/workflows/component-pr.yaml @@ -26,7 +26,7 @@ on: - 'core/**' - 'components/**' workflow_run: - workflows: [ "PR Build (Camel 3.x)", "PR Build (Camel 4)" ] + workflows: [ "PR Build (Camel 3.x)" ] types: - completed
