diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 06b88ce..6481dbe 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -28,6 +28,10 @@ jobs: runs-on: ubuntu-latest needs: [rust] steps: - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Update benchmarks + - uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} + + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Update benchmarks