Skip to content

Commit

Permalink
chore: change performence
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Nov 29, 2023
1 parent 4175e45 commit 369916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
run: |
git checkout $BASE_BRANCH
git checkout $BASE_BRANCH
echo "Current Commit: $(git rev-parse HEAD)"
echo "Before Commit: $(git rev-parse HEAD^)"
PR_NUMBER=${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 369916f

Please sign in to comment.