-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use ${{ github.workspace }} variable in CI #10437
Conversation
✅ Deploy Preview for meta-velox canceled.
|
@assignUser Could you (or someone familiar with Velox CI) review this? Thanks! |
I'm seeing this compiler error in CI. I see this on other PRs as well (like this one on PR 10556), so I don't think it is related to my changes.
#10557 will probably fix this. |
Yes you can rebase now. |
84d43a4
to
33849fa
Compare
Thanks @assignUser. I rebased this. Typically I would merge in the upstream. For future reference, does Velox prefer rebases? |
Thanks. Either way is fine as in the end it will be squashed for the merge :) |
@assignUser I am seeing some fuzz test failures. I'm not sure if those are required or not to merge, but it doesn't seem related to my PR. Could you review and merge this when you are able? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bdice Fuzzer failures are unrelated to your change.
@Yuhta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Thank you all! 😊 |
This PR does some cleanup to replace hardcoded paths with
${{ github.workspace }}
. This helps make CI more robust on forks.