Skip to content

Commit

Permalink
Revert merge base to original implementation. (#6945)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #6945

Reviewed By: mbasmanova

Differential Revision: D50029485

Pulled By: kgpai

fbshipit-source-id: 6c8a29fee47b6aed218a6121cc6e11f5a8ddaf4a
  • Loading branch information
kgpai authored and facebook-github-bot committed Oct 6, 2023
1 parent 7de5e26 commit 0ea956a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
git remote add upstream https://github.com/facebookincubator/velox
git fetch upstream
git status
merge_base="d51190039648bc1b5725e0261889d19ea2e65a85"
merge_base=$(git merge-base 'upstream/${{ github.base_ref }}' 'origin/${{ github.head_ref }}') || \
{ echo "::error::Failed to find merge base"; exit 1; }
echo "Merge Base: $merge_base"
git checkout $merge_base
git submodule update --init --recursive
Expand Down

0 comments on commit 0ea956a

Please sign in to comment.