Merge pull request #68754 from ClickHouse/backport/24.3/68750

Backport #68750 to 24.3: CI: Force package_debug build on release branches
This commit is contained in:
robot-ch-test-poll4 2024-08-23 04:54:33 +02:00 committed by GitHub
commit 3f47fb8461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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