ankitshokeen commented on issue #13865: URL: https://github.com/apache/dubbo/issues/13865#issuecomment-2758839070
I’ve updated the workflow to optimize the checkout process and address the issue caused by using a static reference (ref: 3), which didn’t match any existing branch or tag in the Apache Dubbo repository. **Optimization made** **Matrix Strategy** replaced the static ref: 3 with a matrix strategy that dynamically iterates over valid Dubbo versions 3.0, 3.1, 3.2, 3.3, and master. This ensures the workflow checks out each version correctly and runs tests across all supported versions. **Workflow Improved** modified YAML files and removed hard coded files, making the CI process more flexible and scalable. -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org