We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f3c2d commit 2f4f78bCopy full SHA for 2f4f78b
.github/workflows/codeflash-optimize.yaml
@@ -20,7 +20,6 @@ jobs:
20
CODEFLASH_AIS_SERVER: prod
21
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
22
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}
23
- CODEFLASH_PR_NUMBER: ${{ github.event.number }}
24
COLUMNS: 110
25
steps:
26
- name: 🛎️ Checkout
@@ -40,4 +39,4 @@ jobs:
40
39
- name: ⚡️Codeflash Optimization
41
id: optimize_code
42
run: |
43
- uv run codeflash --benchmark
+ uv run codeflash --benchmark
0 commit comments