ci: Update Codeflash workflow to continue on error (#6658)
chore: update codeflash workflow to continue on error
This commit is contained in:
parent
f2fbcfa579
commit
d462a9478e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeflash.yml
vendored
1
.github/workflows/codeflash.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue