Merge pull request #65249 from ClickHouse/ci_mq_to_run_finish_check_on_failure

CI: Do not skip FinishCheck in Merge Queue
This commit is contained in:
Max K 2024-06-14 07:02:07 +00:00 committed by GitHub
commit 953ee5d696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ jobs:
################################# Stage Final #################################
#
FinishCheck:
if: ${{ !failure() && !cancelled() }}
if: ${{ !cancelled() }}
needs: [RunConfig, BuildDockers, StyleCheck, FastTest, Builds_1, Tests_1]
runs-on: [self-hosted, style-checker-aarch64]
steps: