This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch ci-merge-incremental-build-detect-dependencies
in repository https://gitbox.apache.org/repos/asf/camel.git
from 647af6ba5890 chore(ci): merge detect-dependencies into
incremental-build
add 07466f4e363b chore(ci): unify /component-test with main workflow
No new revisions were added by this update.
Summary of changes:
.github/actions/component-test/action.yaml | 121 ---------------------
.github/actions/component-test/component-test.sh | 71 ------------
.github/actions/incremental-build/action.yaml | 7 +-
.../actions/incremental-build/incremental-build.sh | 68 +++++++++++-
.github/workflows/pr-build-main.yml | 6 +
.github/workflows/pr-manual-component-test.yml | 91 +++++++++-------
6 files changed, 128 insertions(+), 236 deletions(-)
delete mode 100644 .github/actions/component-test/action.yaml
delete mode 100755 .github/actions/component-test/component-test.sh