You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add skip_tests input to release workflow for test bypass
- Introduced `skip_tests` input to optionally bypass Docker verification and test tasks during the release.
- Updated workflow steps to conditionally execute based on `skip_tests` flag.
- Modified Gradle release task to exclude test-related tasks when `skip_tests` is enabled.
0 commit comments