Skip to content

Commit

Permalink
ci: Update Codeflash workflow to continue on error (#6658)
Browse files Browse the repository at this point in the history
chore: update codeflash workflow to continue on error
  • Loading branch information
ogabrielluiz authored Feb 17, 2025
1 parent f2fbcfa commit d462a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeflash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: uv sync --extra dev
- name: Run Codeflash Optimizer
working-directory: ./src/backend/base
continue-on-error: true
run: uv run codeflash
- name: Minimize uv cache
run: uv cache prune --ci

0 comments on commit d462a94

Please # to comment.