fix: add --no-pr to codeflash optimize workflow to prevent CI-opened PRs
This commit is contained in:
parent
5c778dfad4
commit
0cb67c1a17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeflash-optimize.yaml
vendored
2
.github/workflows/codeflash-optimize.yaml
vendored
|
|
@ -43,4 +43,4 @@ jobs:
|
|||
- name: ⚡️Codeflash Optimization
|
||||
id: optimize_code
|
||||
run: |
|
||||
uv run codeflash --benchmark --testgen-review
|
||||
uv run codeflash --benchmark --testgen-review --no-pr
|
||||
Loading…
Reference in a new issue