Skip to content

Commit

Permalink
ci: fix iai on push (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Apr 28, 2024
1 parent aa98fb8 commit 40a2709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref || 'main' }}
fetch-depth: 2
- name: Checkout HEAD^
if: ${{ !github.base_ref }}
run: git checkout HEAD^
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down

0 comments on commit 40a2709

Please sign in to comment.