Skip to content

Commit 0cb67c1

Browse files
committed
fix: add --no-pr to codeflash optimize workflow to prevent CI-opened PRs
1 parent 5c778df commit 0cb67c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeflash-optimize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: ⚡️Codeflash Optimization
4444
id: optimize_code
4545
run: |
46-
uv run codeflash --benchmark --testgen-review
46+
uv run codeflash --benchmark --testgen-review --no-pr

0 commit comments

Comments
 (0)