Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 12, 2024
1 parent 0f63830 commit da9cdbc
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
git remote -v
git branch -v
git show HEAD^1
git show HEAD^2
base_commit_sha=$(git rev-parse HEAD^2)
base_commit_sha=${{ github.event.pull_request.base.sha }}
echo $base_commit_sha
aws s3 cp s3://vortex-benchmark-results-database/data.json - \
| grep $base_commit_sha \
Expand Down Expand Up @@ -101,7 +94,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git rev-parse HEAD^2)
base_commit_sha=${{ github.event.pull_request.base.sha }}
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down Expand Up @@ -155,7 +148,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git rev-parse HEAD^2)
base_commit_sha=${{ github.event.pull_request.base.sha }}
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down Expand Up @@ -210,7 +203,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git rev-parse HEAD^2)
base_commit_sha=${{ github.event.pull_request.base.sha }}
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down

0 comments on commit da9cdbc

Please sign in to comment.