Merge pull request #68750 from ClickHouse/ci_force_debug_build_on_release_branch

CI: Force package_debug build on release branches
This commit is contained in:
Max K. 2024-08-23 01:01:43 +00:00 committed by GitHub
commit 131d01922f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ jobs:
with:
build_name: package_debug
data: ${{ needs.RunConfig.outputs.data }}
force: true
BuilderBinDarwin:
needs: [RunConfig, BuildDockers]
if: ${{ !failure() && !cancelled() }}