Merge pull request #68762 from ClickHouse/backport/24.8/68750

Backport #68750 to 24.8: CI: Force package_debug build on release branches
This commit is contained in:
robot-ch-test-poll2 2024-08-23 08:24:08 +04:00 committed by GitHub
commit 40c90fd7e3
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() }}