ci: Update Codeflash workflow to continue on error (#6658)

chore: update codeflash workflow to continue on error
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-02-17 10:22:43 -03:00 committed by GitHub
commit d462a9478e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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