gnodet commented on PR #22247: URL: https://github.com/apache/camel/pull/22247#issuecomment-4127167520
_Claude Code on behalf of Guillaume Nodet_ The `workflow_dispatch` approach doesn't work for testing CI changes — it runs the workflow YAML from `main`, not the PR branch. The dispatched run used the old scripts and expectedly failed. Pushed a dummy `parent/pom.xml` change to trigger the `pull_request` event, which will use our branch's workflow files. This also exercises the "parent pom changed" path of the new script. Will revert before merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
