Skip to content

Commit

Permalink
Fix automatic pruning of benchmark history (attempt 2) (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten authored Nov 10, 2024
1 parent b7fc0ae commit 16a4482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: |
echo "::group::Checkout gh-pages branch"
git config pull.rebase true
git clean -fdx
git checkout gh-pages
git pull
git branch --set-upstream-to=origin/gh-pages gh-pages
git pull --rebase
git config --global user.name "zio-kafka CI"
git config --global user.email "[email protected]"
echo "::endgroup::"
Expand Down

0 comments on commit 16a4482

Please sign in to comment.