Merge pull request #59994 from ClickHouse/fix-mark-release-ready

Fix mark release ready
This commit is contained in:
Mikhail f. Shiryaev 2024-02-15 16:34:54 +01:00 committed by GitHub
commit aa158a1907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View File

@ -327,6 +327,7 @@ jobs:
run_command: |
python3 build_report_check.py "$CHECK_NAME"
MarkReleaseReady:
if: ${{ ! (contains(needs.*.result, 'skipped') || contains(needs.*.result, 'failure')) }}
needs:
- BuilderBinDarwin
- BuilderBinDarwinAarch64

View File

@ -228,6 +228,7 @@ jobs:
run_command: |
python3 build_report_check.py "$CHECK_NAME"
MarkReleaseReady:
if: ${{ ! (contains(needs.*.result, 'skipped') || contains(needs.*.result, 'failure')) }}
needs:
- BuilderBinDarwin
- BuilderBinDarwinAarch64

View File

@ -56,7 +56,6 @@ def main():
description,
RELEASE_READY_STATUS,
pr_info,
dump_to_file=True,
)