Skip to content

Commit

Permalink
Merge pull request #60034 from ClickHouse/backport/24.1/59994
Browse files Browse the repository at this point in the history
Backport #59994 to 24.1: Fix mark release ready
  • Loading branch information
Felixoid committed Feb 15, 2024
2 parents 4793ba8 + 0334508 commit 7c9623c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Expand Up @@ -313,6 +313,7 @@ jobs:
run_command: |
python3 build_report_check.py "$CHECK_NAME"
MarkReleaseReady:
if: ${{ ! (contains(needs.*.result, 'skipped') || contains(needs.*.result, 'failure')) }}
needs:
- BuilderBinDarwin
- BuilderBinDarwinAarch64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_branches.yml
Expand Up @@ -221,6 +221,7 @@ jobs:
run_command: |
python3 build_report_check.py "$CHECK_NAME"
MarkReleaseReady:
if: ${{ ! (contains(needs.*.result, 'skipped') || contains(needs.*.result, 'failure')) }}
needs:
- BuilderBinDarwin
- BuilderBinDarwinAarch64
Expand Down
1 change: 0 additions & 1 deletion tests/ci/mark_release_ready.py
Expand Up @@ -55,7 +55,6 @@ def main():
description,
RELEASE_READY_STATUS,
pr_info,
dump_to_file=True,
)


Expand Down

0 comments on commit 7c9623c

Please sign in to comment.