Skip to content

Commit

Permalink
parent 2?
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 12, 2024
1 parent 7170212 commit 0f63830
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
git remote -v
git branch -v
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
git show HEAD^1
git show HEAD^2
base_commit_sha=$(git rev-parse HEAD^2)
echo $base_commit_sha
aws s3 cp s3://vortex-benchmark-results-database/data.json - \
| grep $base_commit_sha \
Expand Down Expand Up @@ -97,7 +101,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git rev-parse HEAD^2)
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down Expand Up @@ -151,7 +155,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git rev-parse HEAD^2)
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down Expand Up @@ -206,7 +210,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git rev-parse HEAD^2)
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down

0 comments on commit 0f63830

Please sign in to comment.