Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8a14dc

Browse files
authoredMar 11, 2025··
Unrolled build for rust-lang#138335
Rollup merge of rust-lang#138335 - jieyouxu:fix-citool, r=marcoieni Fix post-merge workflow The command is called `post-merge-report` not `post-merge-analysis`. See https://github.com/rust-lang/rust/blob/90384941aae4ea38de00e4702b50757e9b882a19/src/ci/citool/src/main.rs#L379 Noticed it failing in rust-lang#138310 (comment). r? ``@Kobzol`` (or ``@marcoieni)``
2 parents ebf0cf7 + c00a5c0 commit c8a14dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/post-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cd src/ci/citool
3737
3838
echo "Post-merge analysis result" > output.log
39-
cargo run --release post-merge-analysis ${PARENT_COMMIT} ${{ github.sha }} >> output.log
39+
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
4040
cat output.log
4141
4242
gh pr comment ${HEAD_PR} -F output.log

0 commit comments

Comments
 (0)
Please sign in to comment.