Merge pull request #61022 from ClickHouse/ci_test_build_checkout_step

CI: test build's checkout step issue
This commit is contained in:
Max K 2024-03-07 13:57:36 +01:00 committed by GitHub
commit 086ef14fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,8 @@ jobs:
runs-on: [self-hosted, '${{inputs.runner_type}}']
steps:
- name: Check out repository code
uses: ClickHouse/checkout@v1
# WIP: temporary try commit with limited perallelization of checkout
uses: ClickHouse/checkout@0be3f7b3098bae494d3ef5d29d2e0676fb606232
with:
clear-repository: true
ref: ${{ fromJson(inputs.data).git_ref }}