Commit 225115c
committed
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.1 parent c112b5c commit 225115c
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- core/src/main/kotlin/org/openprojectx/bigdata/test/core/container
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments