Skip to content

Commit

Permalink
fix: do not clean the previously checked out repository in order to k…
Browse files Browse the repository at this point in the history
…eep the baseline
  • Loading branch information
Baptouuuu committed Jan 18, 2025
1 parent cedcbfa commit ec1a721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Checkout PR code
uses: actions/checkout@v3
with:
clean: false

- uses: "ramsey/composer-install@v2"

Expand Down

0 comments on commit ec1a721

Please sign in to comment.