Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix fetch of PR fork commits in binary size check workflow #544

Merged
merged 1 commit into from Jul 6, 2023

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Jul 6, 2023

Probably not all PRs to this repo will come from my fork, specifically.

@@ -33,7 +33,7 @@ jobs:
run: |
printf "[llvm]\ndownload-ci-llvm = true\n\n[rust]\nincremental = false\n" > config.toml
cd library/backtrace
git remote add kobzol https://github.com/kobzol/backtrace-rs
git remote add head-pr https://github.com/${{ github.event.pull_request.head.repo.full_name }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...Impressive. I don't know why I missed this.

@workingjubilee workingjubilee merged commit 3ad43df into rust-lang:master Jul 6, 2023
35 checks passed
@Kobzol Kobzol deleted the ci-size-workflow-fix branch July 6, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants