Merge pull request #66276 from ClickHouse/ci_running_status_fix

CI: Do not finalize CI running status unless all success
This commit is contained in:
Max K 2024-07-10 10:53:34 +00:00 committed by GitHub
commit a3c4419e42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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