Skip to content

Commit

Permalink
Fix automatic pruning of benchmark history (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten authored Nov 10, 2024
1 parent 727e7d7 commit b7fc0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ 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
Expand Down

0 comments on commit b7fc0ae

Please sign in to comment.